qmk_keymaps/keyboards/40percentclub/gherkin/keymaps/sajenim/rules.mk

18 lines
356 B
Makefile
Raw Normal View History

2024-10-05 09:10:42 +08:00
# We are using a 0xCB Helios as a drop-in pro-micro replacement
CONVERT_TO = helios
BOOTLOADER = rp2040
# Reduce compiled size of fimware
LTO_ENABLE = yes
# Software features
AUTOCORRECT_ENABLE = yes
CAPS_WORD_ENABLE = yes
COMBO_ENABLE = yes
REPEAT_KEY_ENABLE = yes
# Combo dictionary
ifeq ($(COMBO_ENABLE),yes)
VPATH += keyboards/gboards
endif