Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
"pid": "0x5861",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "B1", "A8", "A9", "B5", "A6", "C14", "C15", "A0", "A5","A4","A3","A2","A1"],
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32L422
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
@@ -8,6 +8,8 @@
|
||||
"pid": "0x5860",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "STM32L422",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"matrix_pins": {
|
||||
"cols": ["B0", "B1", "A8", "A9", "B5", "A6", "C14", "C15", "A0", "A5", "A4", "A3", "A2", "A1"],
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# MCU name
|
||||
MCU = STM32L422
|
||||
|
||||
# Bootloader selection
|
||||
BOOTLOADER = stm32-dfu
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
Reference in New Issue
Block a user