mirror of https://github.com/qmk/qmk_firmware
8 lines
114 B
Makefile
8 lines
114 B
Makefile
|
TAP_DANCE_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = yes
|
||
|
USE_I2C = no
|
||
|
|
||
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|