18 lines
339 B
Makefile
18 lines
339 B
Makefile
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
|
|
COMBO_ENABLE = yes
|
|
LEADER_ENABLE = yes
|
|
|
|
UNICODE_ENABLE = yes
|
|
SEND_STRING_ENABLE = yes
|