12 lines
199 B
Makefile
12 lines
199 B
Makefile
SRC += dgvigil.c
|
|
SRC +=features/tapdance.c
|
|
SRC +=features/macros.c
|
|
|
|
REPEAT_KEY_ENABLE = yes
|
|
AUTO_SHIFT_ENABLE = yes
|
|
CAPS_WORD_ENABLE = yes
|
|
COMBO_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
|
|
LTO_ENABLE = yes
|