2019-12-03 02:03:35 +06:00
|
|
|
# MCU name
|
|
|
|
MCU = STM32F303
|
2020-12-03 08:04:28 +06:00
|
|
|
BOARD = QMK_PROTON_C
|
2019-12-03 02:03:35 +06:00
|
|
|
|
2021-06-08 15:48:46 +06:00
|
|
|
# Bootloader selection
|
|
|
|
BOOTLOADER = stm32-dfu
|
|
|
|
|
2019-12-03 02:03:35 +06:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2021-08-07 12:59:56 +06:00
|
|
|
BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
|
2019-12-03 02:03:35 +06: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-09 11:05:44 +06:00
|
|
|
NKRO_ENABLE = no # Enable N-Key Rollover
|
2019-12-03 02:03:35 +06:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2021-09-21 16:04:03 +06:00
|
|
|
AUDIO_ENABLE = no # Audio output
|
2021-02-09 23:49:05 +06:00
|
|
|
|
2019-12-03 02:03:35 +06:00
|
|
|
LAYOUTS = ortho_4x12
|