diff options
| author | Dasky | 2022-01-15 02:04:58 +0100 |
|---|---|---|
| committer | GitHub | 2022-01-15 02:04:58 +0100 |
| commit | 08a42dc72c2e1f6ad42fb33d6a3fd51931d02d01 (patch) | |
| tree | 0a1d70e64c2015ce24ee6f48c822459caf86d855 /keyboards/ez_maker | |
| parent | 77eae62d62546c00183d05aadc3c9870658f9306 (diff) | |
Fix broken bootloader builds in develop. (#15880)
Diffstat (limited to 'keyboards/ez_maker')
| -rw-r--r-- | keyboards/ez_maker/directpins/proton_c/info.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ez_maker/directpins/proton_c/info.json b/keyboards/ez_maker/directpins/proton_c/info.json index a284e5c41f..e3d000424a 100644 --- a/keyboards/ez_maker/directpins/proton_c/info.json +++ b/keyboards/ez_maker/directpins/proton_c/info.json @@ -5,6 +5,7 @@ "debounce": 5, "processor": "STM32F303", "board": "QMK_PROTON_C", + "bootloader": "stm32-dfu", "features": { "bootmagic": true, "extrakey": true, |