qmk_userspace/rules.mk
Chris Zervakis 0aa6911beb refactor: Rework repository structure
Using this structure, only the keymap itself is bound to a specific
board. Everything else (configuration, rules) can be shared across
multiple boards.
2024-10-21 22:16:20 +03:00

20 lines
405 B
Makefile

# Disable features we don't use
COMMAND_ENABLE = no
CONSOLE_ENABLE = no
GRAVE_ESC_ENABLE = no
MAGIC_ENABLE = no
SPACE_CADET_ENABLE = no
BLUETOOTH_ENABLE = no
# Compile with `flto` for smaller firmware size
LTO_ENABLE = yes
# Enable N-Key Rollover
NKRO_ENABLE = yes
TRI_LAYER_ENABLE = yes
# https://docs.qmk.fm/features/caps_word
CAPS_WORD_ENABLE = yes
# Feature libraries
SRC += features/layer_lock.c