mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-01 14:28:34 +06:00
12 lines
195 B
Makefile
12 lines
195 B
Makefile
SUBPROJECT_DEFAULT = infinity
|
|
LCD_BACKLIGHT_ENABLE = yes
|
|
LCD_ENABLE = yes
|
|
BACKLIGHT_ENABLE = yes
|
|
NKRO_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|
|
|