My own implementation of the Macropad-Hotkeys firmware for Adafruit Macropad. For use with CircuitPython.
- Option to have functions in macros
- Compatible with 'original' Macropad-Hotkey macros
- Different macro presets selectable via rotary enconder
- Support for multiple keyboard layouts (QWERTY, QWERTZ, AZERTY) and possibility to add more
- Press encoder button to switch key backlight on/off
Simply add your function to the end of each button macro:
as a string: (color, 'label', 'key sequence', 'function1')
or as a list: (color, 'label', 'key sequence', ['function1', 'function2', 'more functions...'])
Examples can be found in the Example Macro.
- find way to handle lost usb connection error (caused by pc standby)
- display blanking / standby
- implement outputting values on display
- boot screen?
- add more macros
- add delay option for functions
- led effects?
- don't show drive unless key is pressed