diff options
author | k.bigwheel <k.bigwheel+eng@gmail.com> | 2021-05-01 05:23:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 06:23:39 +1000 |
commit | 18dc12cd78448bffe4ad54aa15aa715ee959e64c (patch) | |
tree | 3d293df31e71258b7d28a711bfd26585aac305c1 | |
parent | 489c814a485cf3165927a93b6d29ad6c1eeac017 (diff) | |
download | qmk_firmware-18dc12cd78448bffe4ad54aa15aa715ee959e64c.tar.gz qmk_firmware-18dc12cd78448bffe4ad54aa15aa715ee959e64c.zip |
[Keyboard] Fix bootloader rule for meishi2 keyboard (#12740)
-rw-r--r-- | keyboards/meishi2/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/meishi2/rules.mk b/keyboards/meishi2/rules.mk index f1d011ad6..b828d7c36 100644 --- a/keyboards/meishi2/rules.mk +++ b/keyboards/meishi2/rules.mk | |||
@@ -9,7 +9,7 @@ MCU = atmega32u4 | |||
9 | # QMK DFU qmk-dfu | 9 | # QMK DFU qmk-dfu |
10 | # ATmega32A bootloadHID | 10 | # ATmega32A bootloadHID |
11 | # ATmega328P USBasp | 11 | # ATmega328P USBasp |
12 | BOOTLOADER = atmel-dfu | 12 | BOOTLOADER = caterina |
13 | 13 | ||
14 | # Build Options | 14 | # Build Options |
15 | # change yes to no to disable | 15 | # change yes to no to disable |