diff options
author | Ryan <fauxpark@gmail.com> | 2020-03-14 10:44:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 23:44:43 +0000 |
commit | 40e8d60ecd68c1c43e1fc911e993626943930fd0 (patch) | |
tree | 82c90af6267427af476056839997cde83ea2b1ce /keyboards | |
parent | f81b0e35a6a25a9a6e633dc65a4900bed2458cfb (diff) | |
download | qmk_firmware-40e8d60ecd68c1c43e1fc911e993626943930fd0.tar.gz qmk_firmware-40e8d60ecd68c1c43e1fc911e993626943930fd0.zip |
Fix bootloader for Maypad (#8411)
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/keyhive/maypad/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keyhive/maypad/rules.mk b/keyboards/keyhive/maypad/rules.mk index a14772f6a2..1e6415d444 100644 --- a/keyboards/keyhive/maypad/rules.mk +++ b/keyboards/keyhive/maypad/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 |