1
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
58 changed files with 64 additions and 160 deletions

View File

@@ -63,9 +63,7 @@
"qmk": {
"tap_keycode_delay": 10
},
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F411",
"development_board": "blackpill_f411",
"layouts": {
"LAYOUT": {
"layout": [

View File

@@ -1,5 +1,3 @@
{
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"board": "BLACKPILL_STM32_F411"
"development_board": "blackpill_f411"
}