mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-13 11:21:45 +01: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
|
|
|