[Keyboard Update] Change to L422 (#13717)
* change to L422 * Add bootloader Co-authored-by: Ryan <fauxpark@gmail.com> * add bootloader Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
b9902a3f59
commit
e0375c0b71
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32L433
|
MCU = STM32L422
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# MCU name
|
# MCU name
|
||||||
MCU = STM32L433
|
MCU = STM32L422
|
||||||
|
|
||||||
|
# Bootloader selection
|
||||||
|
BOOTLOADER = stm32-dfu
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
# change yes to no to disable
|
# change yes to no to disable
|
||||||
|
|
Loading…
Reference in a new issue