Skip to content

Dinosaurier101/MacropadHotkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacropadHotkey

My own implementation of the Macropad-Hotkeys firmware for Adafruit Macropad. For use with CircuitPython.

Features

  • 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

How to use functions

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.

Future Plans

  • 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