Fix broken bootloader builds in develop. (#15880)

This commit is contained in:
Dasky
2022-01-15 01:04:58 +00:00
committed by GitHub
parent 77eae62d62
commit 08a42dc72c
10 changed files with 17 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"debounce": 6,
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": true,

View File

@@ -5,6 +5,7 @@
"debounce": 5,
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": true,

View File

@@ -5,6 +5,7 @@
"debounce": 5,
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": true,

View File

@@ -4,6 +4,7 @@
"maintainer": "skullydazed",
"processor": "STM32F303",
"board": "QMK_PROTON_C",
"bootloader": "stm32-dfu",
"matrix_pins": {
"direct": [
["A10", "A9"],