mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-28 11:47:32 +06:00
6706e1af6c
* Create config.h * Create rules.mk * Create keymap.c
7 lines
102 B
Makefile
7 lines
102 B
Makefile
BACKLIGHT_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|