blob: 927204fc74ce4bfa9940f6788b2d0784c1c7300a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Enable N-Key Rollover
|