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

@ -12,14 +12,12 @@
"ws2812": {
"driver": "pwm"
},
"processor": "STM32F401",
"bootloader": "stm32-dfu",
"development_board": "blackpill_f401",
"features": {
"bootmagic": true,
"mousekey": true,
"extrakey": true,
"nkro": true,
"rgblight": true
},
"board": "BLACKPILL_STM32_F401"
}
}

View file

@ -12,8 +12,7 @@
"ws2812": {
"driver": "pwm"
},
"processor": "STM32F411",
"bootloader": "stm32-dfu",
"development_board": "blackpill_f411",
"features": {
"bootmagic": true,
"mousekey": true,
@ -21,6 +20,5 @@
"nkro": true,
"rgblight": true,
"audio": true
},
"board": "BLACKPILL_STM32_F411"
}
}