mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-13 13:20:46 +00:00
7 lines
188 B
Makefile
7 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
|