diff options
author | Brandon Lewis <64657834+blewis308@users.noreply.github.com> | 2021-08-09 16:14:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 14:14:33 -0700 |
commit | 760caaa9af9082a4502b3b2346f23d35a44b22bd (patch) | |
tree | f490de65a45d5ef75a880c8478e2e549517a459c /keyboards | |
parent | 26ea090190b815862f108903e5f41f20c6d16d66 (diff) | |
download | qmk_firmware-760caaa9af9082a4502b3b2346f23d35a44b22bd.tar.gz qmk_firmware-760caaa9af9082a4502b3b2346f23d35a44b22bd.zip |
Ristretto - Update bootloader (#13933)
* updated bootloader for 32u4 mcu
Should be atmel-dfu instead of caterina as the mcu is integrated instead of on a pro-micro/elite-c
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ristretto/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ristretto/rules.mk b/keyboards/ristretto/rules.mk index 96bf291a0d..7bc093c1da 100644 --- a/keyboards/ristretto/rules.mk +++ b/keyboards/ristretto/rules.mk @@ -2,7 +2,7 @@ MCU = atmega32u4 # Bootloader selection -BOOTLOADER = caterina +BOOTLOADER = atmel-dfu # Build Options # change yes to no to disable |