2023-02-10 10:07:39 +01:00
|
|
|
LTO_ENABLE = yes
|
|
|
|
CONVERT_TO = elite_pi
|
|
|
|
|
|
|
|
SRC += features/auto_shift.c
|
2023-06-10 17:01:44 +02:00
|
|
|
INTROSPECTION_KEYMAP_C = features/combo.c # Replace SRC, see issue #21137
|
2023-02-10 10:07:39 +01:00
|
|
|
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
|