This repository has been archived on 2025-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dgvigil-keebs/dgvigil/rules.mk
2023-11-18 14:06:50 -06:00

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