qmk_keymaps/keyboards/40percentclub/gherkin/keymaps/sajenim/rules.mk
2025-04-25 22:37:02 +08:00

16 lines
283 B
Makefile

# 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
COMBO_ENABLE = yes
# Combo dictionary
ifeq ($(COMBO_ENABLE),yes)
VPATH += keyboards/gboards
endif