qmk_keymaps/rules.mk

11 lines
197 B
Makefile
Raw Normal View History

2022-12-10 21:12:18 +08:00
# Squeezing the most out of AVR
LTO_ENABLE = yes
# Enable some features
CAPS_WORD_ENABLE = yes
LEADER_ENABLE = yes
COMBO_ENABLE = yes
AUTO_SHIFT_ENABLE = yes
2023-01-02 09:12:05 +08:00
DIP_SWITCH_ENABLE = yes
2022-12-10 21:12:18 +08:00