2021-06-08 19:48:46 +10:00
|
|
|
# MCU name
|
2019-08-16 19:54:16 -04:00
|
|
|
MCU = STM32F303
|
2020-12-03 13:04:28 +11:00
|
|
|
BOARD = QMK_PROTON_C
|
2019-08-16 19:54:16 -04:00
|
|
|
|
2021-06-08 19:48:46 +10:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2019-08-16 19:54:16 -04:00
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
|
|
|
BACKLIGHT_ENABLE = no
|
2021-08-06 23:59:56 -07:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2020-02-04 14:17:10 -05:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2019-08-16 19:54:16 -04:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2020-02-04 14:17:10 -05:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2019-08-16 19:54:16 -04:00
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
2020-02-04 14:17:10 -05:00
|
|
|
AUDIO_ENABLE = yes # Doot
|
2019-08-16 19:54:16 -04:00
|
|
|
RGBLIGHT_ENABLE = no
|
2020-02-04 14:17:10 -05:00
|
|
|
TAP_DANCE_ENABLE = no
|
|
|
|
UNICODE_ENABLE = no
|
|
|
|
UNICODEMAP_ENABLE = yes
|