Browse Source

[Keyboard] Fix bootloader rule for meishi2 keyboard (#12740)

pull/12765/head
k.bigwheel 3 years ago
committed by GitHub
parent
commit
18dc12cd78
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/meishi2/rules.mk

+ 1
- 1
keyboards/meishi2/rules.mk View File

@ -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


Loading…
Cancel
Save