MakerWorld
Electronics
Button box
by DrFred
52
Downloads
34
Likes
1
Makes
This is a Buttonbox with 12 Cherry MX like Switches and a Arduino pro micro Atmega32U4. https://amzn.eu/d/gm1DsS2 You have to change the Keybindings for your needs! ArduinoCode: #include <Keyboard.h>#include <Keypad.h> int ledPin = 10; const byte ROWS = 4;const byte COLS = 3; char keys[ROWS][COLS] = {{'a', 'e', 'i'},{'b', 'f', 'j'},{'c', 'g', 'k'},{<span style="c
Sign in to leave a comment
Sign in