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 /keyboards | |
parent | 489c814a485cf3165927a93b6d29ad6c1eeac017 (diff) | |
download | qmk_firmware-18dc12cd78448bffe4ad54aa15aa715ee959e64c.tar.gz qmk_firmware-18dc12cd78448bffe4ad54aa15aa715ee959e64c.zip |
[Keyboard] Fix bootloader rule for meishi2 keyboard (#12740)
Diffstat (limited to 'keyboards')
-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 f1d011ad6a..b828d7c361 100644 --- a/keyboards/meishi2/rules.mk +++ b/keyboards/meishi2/rules.mk @@ -9,7 +9,7 @@ MCU = atmega32u4 # QMK DFU qmk-dfu # ATmega32A bootloadHID # ATmega328P USBasp -BOOTLOADER = atmel-dfu +BOOTLOADER = caterina # Build Options # change yes to no to disable |