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