summaryrefslogtreecommitdiff
path: root/keyboards/splitkb/aurora/sweep/keymaps/flinguenheld/rules.mk
blob: d854cbb16bea2120c59ac670bcf7de787f41b791 (plain)
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
CONVERT_TO = elite_pi

SRC += features/auto_shift.c
SRC += features/combo.c
SRC += features/leader.c
SRC += oled/oled.c

OLED_ENABLE = yes
OLED_DRIVER = SSD1306

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

# Recommended for space cadet shift
COMMAND_ENABLE = no

UNICODE_ENABLE = yes
SEND_STRING_ENABLE = yes