mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-24 04:12:56 +00:00
13 lines
212 B
Makefile
13 lines
212 B
Makefile
SUBPROJECT_DEFAULT = infinity
|
|
LCD_BACKLIGHT_ENABLE = yes
|
|
LCD_ENABLE = yes
|
|
LED_ENABLE = yes
|
|
BACKLIGHT_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|
|
|