mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-18 01:46:09 +00:00
10 lines
266 B
Makefile
10 lines
266 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 # Enable N-Key Rollover
|