mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-04 12:21:59 +00:00
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
|