~ruther/qmk_firmware

ref: 1bff37781bda1d0c285aa5aa7102d6941ad64e7d qmk_firmware/keyboards/gmmk/pro/rev1/iso/keymaps/gourdo1/rules.mk -rw-r--r-- 696 bytes
1bff3778 — Ryan Prep work for NKRO report separation (#22268) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LTO_ENABLE = yes               # link time optimization -- achieves a smaller compiled size
CONSOLE_ENABLE = no
COMMAND_ENABLE = no
MOUSEKEY_ENABLE = yes

VIA_ENABLE = yes
TAP_DANCE_ENABLE = no
BOOTMAGIC_ENABLE = yes         # Enable Bootmagic Lite
CAPS_WORD_ENABLE = yes         # Enable built-in Caps Word functionality

TD_LSFT_CAPSLOCK_ENABLE = yes
IDLE_TIMEOUT_ENABLE = yes
STARTUP_NUMLOCK_ON = yes
ENCODER_DEFAULTACTIONS_ENABLE = no

COLEMAK_LAYER_ENABLE = yes     # Enable Colemak layer / set to no to disable
INVERT_NUMLOCK_INDICATOR = yes

GAME_ENABLE ?= yes             # Enable Paddle Game / set to no to disable
ifeq ($(strip $(GAME_ENABLE)), yes)
    OPT_DEFS += -DGAME_ENABLE
endif
Do not follow this link