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
|