diff options
author | QMK Bot <hello@qmk.fm> | 2021-06-08 09:49:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-06-08 09:49:23 +0000 |
commit | 13defb0befa31110e70fafbeeb26bd6883472c86 (patch) | |
tree | 6d35884f908326ddf696fb4d08957341a8946e16 /keyboards/hs60 | |
parent | 84e691717cd8a49b345ec35aa2a2374bebce07f0 (diff) | |
parent | 9dcd03b6ca512126231478131796c093d237067f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hs60')
-rw-r--r-- | keyboards/hs60/v2/ansi/rules.mk | 3 | ||||
-rw-r--r-- | keyboards/hs60/v2/hhkb/rules.mk | 3 | ||||
-rw-r--r-- | keyboards/hs60/v2/iso/rules.mk | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/hs60/v2/ansi/rules.mk b/keyboards/hs60/v2/ansi/rules.mk index 5d51892634..1a0c1abbd8 100644 --- a/keyboards/hs60/v2/ansi/rules.mk +++ b/keyboards/hs60/v2/ansi/rules.mk @@ -2,6 +2,9 @@ MCU = STM32F303 BOARD = QMK_PROTON_C +# Bootloader selection +BOOTLOADER = stm32-dfu + # Do not put the microcontroller into power saving mode # when we get USB suspend event. We want it to keep updating # backlight effects. diff --git a/keyboards/hs60/v2/hhkb/rules.mk b/keyboards/hs60/v2/hhkb/rules.mk index 780454d3f3..87d86ccd4c 100644 --- a/keyboards/hs60/v2/hhkb/rules.mk +++ b/keyboards/hs60/v2/hhkb/rules.mk @@ -2,6 +2,9 @@ MCU = STM32F303 BOARD = QMK_PROTON_C +# Bootloader selection +BOOTLOADER = stm32-dfu + # Do not put the microcontroller into power saving mode # when we get USB suspend event. We want it to keep updating # backlight effects. diff --git a/keyboards/hs60/v2/iso/rules.mk b/keyboards/hs60/v2/iso/rules.mk index a27f8a0648..53b801289d 100644 --- a/keyboards/hs60/v2/iso/rules.mk +++ b/keyboards/hs60/v2/iso/rules.mk @@ -2,6 +2,9 @@ MCU = STM32F303 BOARD = QMK_PROTON_C +# Bootloader selection +BOOTLOADER = stm32-dfu + # Do not put the microcontroller into power saving mode # when we get USB suspend event. We want it to keep updating # backlight effects. |