mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-13 13:19:23 +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
|