|
|
Arduino pro micro |
x 1 | |
|
|
Cherry MX or Gateron switch |
x 6 | |
|
|
Adafruit usb c breakout board |
x 1 | |
|
|
Pin header 9 piece |
x 1 | |
|
|
micro usb plug with wires |
x 1 |
Arduino Pro Micro Macropad
6 key macropad, solder arduino and type c port first, pin headers flush against the bottom of the pcb, add top pin headers, solder switches to bottom pcb, connect using 4 standoff screws and solder pin headers from bottom pcb to top pcb
you can code it yourself or use the following(replacing the (0xD1) with any key you like
#include <Keyboard.h>
void setup() {
pinMode(3, INPUT_PULLUP);
pinMode(4, INPUT_PULLUP);
pinMode(5, INPUT_PULLUP);
pinMode(6, INPUT_PULLUP);
pinMode(7, INPUT_PULLUP);
pinMode(8, INPUT_PULLUP);
Serial.begin(9600);
}
void loop() {
Keyboard.begin();
if (digitalRead(3) == 0){
Keyboard.write(0xD1);
delay(250);
}
else if (digitalRead(4) == 0){
Keyboard.write(0xD1);
delay(250);
}
else if (digitalRead(5) == 0){
Keyboard.write(0xD1);
delay(250);
}
else if (digitalRead(6) == 0){
Keyboard.write(0xD1);
delay(250);
}
else if (digitalRead(7) == 0){
Keyboard.write(0xD1);
delay(250);
}
else if (digitalRead(8) == 0){
Keyboard.write(0xD1);
delay(250);
}
Keyboard.end();
}
Arduino Pro Micro Macropad
Project images are for reference only. Actual production is based on the manufacturing files on the project page.
Please review the designer's notes (e.g., PCB thickness) and select the appropriate options.
PCBWay is not responsible
for issues caused by unsuitable parameter selections.
For more important ordering information, please refer to
Read More
Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW- Comments(0)
- Likes(4)
-
We're all Geeks
Sep 23,2023
-
Thorsten tmdrews
Apr 26,2022
-
Engineer
Jul 17,2020
-
ralph fritz
May 13,2020
- 0 USER VOTES
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
More by Toasty WF
-
Plank56RP PCB
14 by 4 Planck style keyboard built from the ground up using all 1U keys designed to be very low pro...
-
Arduino Pro Micro Macropad
6 key macropad, solder arduino and type c port first, pin headers flush against the bottom of the pc...
-
Arduino Macropad
Small macropad for any custom button configuration you want using the basic arduino keyboard library...
-
Programmable Mist Maker - XIAO / QT PY Extension
1061 2 1 -
RadioHAT - Raspberry Pi radio development platform
860 0 2 -
QWIIC-VL53L4CD Time-of-Flight Distance Sensor Module
1085 0 1 -
-
-
-
ARPS-2 – Arduino-Compatible Robot Project Shield for Arduino UNO
3322 0 6 -
-
A Compact Charging Breakout Board For Waveshare ESP32-C3
3930 3 8 -
AI-driven LoRa & LLM-enabled Kiosk & Food Delivery System
4315 2 2







