mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
a42ab90220
* Set up Bonsai C4 as a platform board file * corrections and improvements based on testing and feedback * Added VBUS sensing as default capability for improved split support using Bonsai C4 * Update clock divisor for SPI flash Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Nick Brassel <nick@tzarc.org>
5 lines
112 B
Makefile
5 lines
112 B
Makefile
# Proton C MCU settings for converting AVR projects
|
|
MCU := STM32F411
|
|
BOARD := BONSAI_C4
|
|
BOOTLOADER := stm32-dfu
|