fix: bootloader definition
This commit is contained in:
parent
9fd14b342d
commit
4a7f27e041
2 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"nkro": true
|
||||
},
|
||||
"processor": "STM32F411",
|
||||
"bootloader": "stm32-dfu",
|
||||
"url": "https://github.com/H3lli0n/CantorMx-3DP-case",
|
||||
"usb": {
|
||||
"device_version": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ VIA_ENABLE = yes # Enable VIA
|
|||
VIAL_ENABLE = yes # Enable VIAL
|
||||
|
||||
#We need to specify bootloader and MCU for F411 8Mhz version of BlackPillS
|
||||
BOOTLOADER = stm32-dfu
|
||||
MCU = STM32F411
|
||||
|
||||
#We are in split keyboard mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue