2ac2695cb5
* [Keymap] foxx1337's personal keymap * Add keymap based on ctrl default * Add 5 minute rgb matrix timeout * Add foxx1337 layout defaults * Add raw HID communication protocol * Add rgbmatrix to the raw HID protocol * Add readme * Modernize ctrl, shift, alt mods detection * Add GPL like copyright headers
6 lines
188 B
Makefile
6 lines
188 B
Makefile
# Build Options
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
RAW_ENABLE = yes # Raw device
|
|
RGB_MATRIX_CUSTOM_USER = yes # Custom rgb matrix effect
|
|
|
|
SRC += hid_protocol.c
|