|
@@ -2,6 +2,9 @@
|
|
MCU = STM32F303
|
|
MCU = STM32F303
|
|
BOARD = QMK_PROTON_C
|
|
BOARD = QMK_PROTON_C
|
|
|
|
|
|
|
|
+# Bootloader selection
|
|
|
|
+BOOTLOADER = stm32-dfu
|
|
|
|
+
|
|
# Build Options
|
|
# Build Options
|
|
# change to "no" to disable the options, or define them in the Makefile in
|
|
# change to "no" to disable the options, or define them in the Makefile in
|
|
# the appropriate keymap folder that will get included automatically
|
|
# the appropriate keymap folder that will get included automatically
|
|
@@ -15,4 +18,4 @@ NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: h
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
MIDI_ENABLE = no # MIDI controls
|
|
MIDI_ENABLE = no # MIDI controls
|
|
AUDIO_ENABLE = yes # Audio output on port C6
|
|
AUDIO_ENABLE = yes # Audio output on port C6
|
|
-UNICODE_ENABLE = no # Unicode
|
|
|
|
|
|
+UNICODE_ENABLE = no # Unicode
|