2020-05-21 13:34:28 -07:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F103
|
|
|
|
|
|
|
|
# GENERIC STM32F103C8T6 board - mass storage bootloader
|
|
|
|
MCU_LDSCRIPT = wm1_f103
|
2020-10-14 18:55:31 -07:00
|
|
|
BOARD = STM32_F103_STM32DUINO
|
2020-05-21 13:34:28 -07:00
|
|
|
|
2022-02-06 19:09:21 -08:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = custom
|
|
|
|
|
2020-10-12 09:19:50 -07:00
|
|
|
PROGRAM_CMD = echo 'CLI flashing not supported' >&2
|
2020-05-21 13:34:28 -07:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-05-21 13:34:28 -07:00
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2021-12-08 21:05:44 -08:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2020-05-21 13:34:28 -07:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
2021-09-21 03:04:03 -07:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-12-01 02:13:00 -08:00
|
|
|
SLEEP_LED_ENABLE = yes
|
2020-05-21 13:34:28 -07:00
|
|
|
LTO_ENABLE = yes
|
|
|
|
|