* feat: adding CantorMX F411 support * fix: documentation * fix: bootloader definition --------- Co-authored-by: H3lli0n <thulium.hqfr@gmail.com>
9 lines
236 B
Makefile
9 lines
236 B
Makefile
VIA_ENABLE = yes # Enable VIA
|
|
VIAL_ENABLE = yes # Enable VIAL
|
|
|
|
#We need to specify bootloader and MCU for F411 8Mhz version of BlackPillS
|
|
MCU = STM32F411
|
|
|
|
#We are in split keyboard mode
|
|
SPLIT_KEYBOARD = yes
|
|
SERIAL_DRIVER = usart
|