blob: 1333470e5972c196e3ad562213b11e4a32afd784 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# MCU name
MCU = STM32F303
BOARD = QMK_PROTON_C
# 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
|