1
0
Fork 0

Change to development_board (#21695)

This commit is contained in:
Duncan Sutherland 2024-04-23 10:47:30 +01:00 committed by GitHub
parent 0786314bfb
commit 32136afe24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
58 changed files with 64 additions and 160 deletions

View file

@ -15,7 +15,5 @@
"rows": ["C13", "C14", "C15", "A0", "A1", "A2", "A3", "A4"]
},
"diode_direction": "ROW2COL",
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F411"
"development_board": "blackpill_f411"
}

View file

@ -7,6 +7,5 @@
"rows": ["C13", "C14", "C15", "A1", "A2", "A3", "A4", "A5"]
},
"diode_direction": "ROW2COL",
"processor": "STM32F103",
"bootloader": "stm32duino"
"development_board": "bluepill"
}