~ruther/qmk_firmware

ref: c667da019078442ff0fd9a4ca33ad09b627672f2 qmk_firmware/keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk -rw-r--r-- 365 bytes
c667da01 — David Hoelscher QP getters correction (#22357) 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LTO_ENABLE = yes
CONVERT_TO = elite_pi

SRC += features/auto_shift.c
INTROSPECTION_KEYMAP_C = features/combo.c # Replace SRC, see issue #21137
SRC += features/leader.c
SRC += oled/oled.c

OLED_ENABLE = yes

MOUSEKEY_ENABLE = yes
AUTO_SHIFT_ENABLE = yes
AUTO_SHIFT_MODIFIERS = no
COMBO_ENABLE = yes
LEADER_ENABLE = yes

UNICODE_ENABLE = yes
SEND_STRING_ENABLE = yes