mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 08:56:11 +00:00
1111ff604d
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: xerootg <xerootg@github.com>
7 lines
139 B
Makefile
7 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
|