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/hp69 | |
parent | 84e691717cd8a49b345ec35aa2a2374bebce07f0 (diff) | |
parent | 9dcd03b6ca512126231478131796c093d237067f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/hp69')
-rw-r--r-- | keyboards/hp69/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/hp69/rules.mk b/keyboards/hp69/rules.mk index 96ad29a6f2..13e88cfe2d 100644 --- a/keyboards/hp69/rules.mk +++ b/keyboards/hp69/rules.mk @@ -3,7 +3,7 @@ MCU = STM32F303 BOARD = QMK_PROTON_C # Bootloader selection -BOOTLOADER = atmel-dfu +BOOTLOADER = stm32-dfu # Build Options # change yes to no to disable @@ -20,4 +20,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth -AUDIO_ENABLE = no # Audio output
\ No newline at end of file +AUDIO_ENABLE = no # Audio output |