14 lines
269 B
Makefile
14 lines
269 B
Makefile
SRC += dgvigil.c
|
|
SRC += secret.c
|
|
SRC += definitions/keycodes.c
|
|
SRC += features/tapdance.c
|
|
SRC += features/combos.c
|
|
|
|
REPEAT_KEY_ENABLE = yes
|
|
AUTO_SHIFT_ENABLE = yes
|
|
CAPS_WORD_ENABLE = yes
|
|
COMBO_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
LTO_ENABLE = yes
|