qmk_keymaps/keyboards/keychron/q4/ansi_v2/keymaps/sajenim/rules.mk

9 lines
149 B
Makefile
Raw Normal View History

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