blob: 585c589d3aab3e808d054f97883f78729ea2c11e (
plain)
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
|