mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-03 16:35:10 +00:00
12 lines
194 B
Makefile
12 lines
194 B
Makefile
SUBPROJECT_DEFAULT = infinity
|
|
LCD_BACKLIGHT_ENABLE = yes
|
|
LCD_ENABLE = yes
|
|
BACKLIGHT_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
KEY_LOCK_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|
|
|