mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-12 03:24:37 +00:00
7 lines
114 B
Makefile
7 lines
114 B
Makefile
TAP_DANCE_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
USE_I2C = no
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|