Migrate MCU and BOOTLOADER to data-driven (#19529)

This commit is contained in:
Ryan
2023-02-08 18:41:46 +11:00
committed by GitHub
parent 3499677b6a
commit f9aeea64c1
4886 changed files with 5301 additions and 14866 deletions

View File

@@ -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"],

View File

@@ -1,9 +1,3 @@
# MCU name
MCU = STM32L422
# Bootloader selection
BOOTLOADER = stm32-dfu
# Build Options
# change yes to no to disable
#