11 lines
262 B
Makefile
11 lines
262 B
Makefile
|
# 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 # USB Nkey Rollover
|