Age | Commit message (Collapse) | Author |
|
* Remove the need to set NUM_OF_ENCODERS
Instead, calculate the size of the array, and use that instead
* Add hack for split common support
* Remove NUM_OF_ENCODERS from keyboard config
Can be reverted, if needed
|
|
2) (#5783)
* Initial conversion of the rgb_led struct
* Converting last keyboard & updating effects to take advantage of the new structure
* New struct should not be const
* Updated docs
* Changing define ___ for no led to NO_LED
* Missed converting some keymap usages of the old struct layout
|
|
Updated effects to test led flags
Updated massdrop to use new flags field for led toggle
|
|
* Add boston_meetup folder for community meetup macropads
* Modify OLED indicators to match macropad
* PR cleanup
* Spelling fix
Co-Authored-By: ishtob <ishtob@gmail.com>
* convert custom matrix to standard matrix defines
* refactor layer define with enum
* Remove un-used files
* remove "\" in keymap
|