Macro Keyboard with adjustable keys
- Adjust macros what you want to do for each key up to 30 buttons
- Macros saved in EEPROM and it is nonvolatile until the next override
- Hotkey support up to six buttons
- Open for development
- Arduino leonardo or an alternative microcontroller that have internal usb support
- Keypad
- Jumper wires male-male
-
Arduino ide or Visual Studio Code and PlatformIO add on
-
Python and libraries:
-
Libraries for arduino development:
- Keypad
- Arduino platform if you using PlatformIO
- Keyboard library, EEProm library is pre-installed libraries
You can follow the instructions here
- v-usb support for decrasing cost on microcontroller side
- Add a bindings valid bit for sending less value on microcontroller
- Support for accent keys
- Visual improvements and general improvements on binding application
If you interested in this project and develop something in it, this links can be helpful