mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-15 00:15:03 +00:00
10 lines
141 B
Makefile
10 lines
141 B
Makefile
|
RGBLIGHT_ENABLE = yes
|
||
|
KEY_LOCK_ENABLE = yes
|
||
|
|
||
|
### Debugging ###
|
||
|
#CONSOLE_ENABLE = yes
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|