forked from forks/qmk_firmware
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
|