Toasty WF
AUSTRALIA • + Follow
Edit Project
Components
|
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 |
Description
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();
}
Mar 01,2020
3,936 views
Arduino Pro Micro Macropad
2 Layers PCB 48.3 x 68.6 mm FR-4, 1.6 mm, 1, HASL with lead, White Solder Mask, Black silkscreen
2 layer macropad with arduino on the bottom and cherry/gateron switches on top with an adafruit usb c breakout board for type c
3936
4
0
Published: Mar 01,2020
Purchase
Donation Received ($)
PCBWay Donate 10% cost To Author
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
Copy this HTML into your page to embed a link to order this shared project
Copy
Under the
Attribution-ShareAlike (CC BY-SA)
License.
- Comments(0)
- Likes(4)
Upload photo
You can only upload 5 files in total. Each file cannot exceed 2MB. Supports JPG, JPEG, GIF, PNG, BMP
0 / 10000
It looks like you have not written anything. Please add a comment and try again.
You can upload up to 5 images!
Image size should not exceed 2MB!
File format not supported!
View More
- Mr. Marsupial Sep 23,2023
- tmdrews Apr 26,2022
- Engineer Jul 17,2020
- ralph fritz May 13,2020
View More
VOTING
0 votes
- 0 USER VOTES
0.00
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Design
1/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Usability
2/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Creativity
3/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Content
4/4
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...
You may also like
-
-
-
-
-
-
3D printed Enclosure Backplate for Riden RD60xx power supplies
154 1 1 -
-