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