2023-01-16 23:02:14 +08:00
|
|
|
# We are using a Splinky RP2040 as a drop-in replacement controller
|
|
|
|
CONVERT_TO = promicro_rp2040
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = rp2040
|
|
|
|
|
|
|
|
# Defaults
|
|
|
|
LTO_ENABLE = yes
|
2023-01-29 08:43:50 +08:00
|
|
|
OLED_ENABLE = no
|
|
|
|
OLED_DRIVER = SSD1306
|
2023-01-16 23:02:14 +08:00
|
|
|
|
|
|
|
# Enable some features
|
|
|
|
CAPS_WORD_ENABLE = yes
|
|
|
|
COMBO_ENABLE = yes
|
|
|
|
LEADER_ENABLE = yes
|
|
|
|
|