diff options
Diffstat (limited to 'keyboards/ckeys')
-rwxr-xr-x | keyboards/ckeys/thedora/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/ckeys/thedora/rules.mk b/keyboards/ckeys/thedora/rules.mk index e364db1c1..265e6b347 100755 --- a/keyboards/ckeys/thedora/rules.mk +++ b/keyboards/ckeys/thedora/rules.mk | |||
@@ -2,6 +2,9 @@ | |||
2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
3 | BOARD = QMK_PROTON_C | 3 | BOARD = QMK_PROTON_C |
4 | 4 | ||
5 | # Bootloader selection | ||
6 | BOOTLOADER = stm32-dfu | ||
7 | |||
5 | # Build Options | 8 | # Build Options |
6 | # comment out to disable the options. | 9 | # comment out to disable the options. |
7 | # | 10 | # |