mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-03 08:25:11 +00:00
8 lines
139 B
Makefile
8 lines
139 B
Makefile
|
# Proton C
|
||
|
MCU = STM32F303
|
||
|
BOARD = QMK_PROTON_C
|
||
|
BOOTLOADER = stm32-dfu
|
||
|
|
||
|
# specific to using the serial serial driver
|
||
|
SERIAL_DRIVER = usart
|