mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 22:44:56 +00:00
6706e1af6c
* Create config.h * Create rules.mk * Create keymap.c
6 lines
102 B
Makefile
6 lines
102 B
Makefile
BACKLIGHT_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|