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/ristretto | |
| 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/ristretto')
| -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 96bf291a0..7bc093c1d 100644 --- a/keyboards/ristretto/rules.mk +++ b/keyboards/ristretto/rules.mk | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
| 3 | 3 | ||
| 4 | # Bootloader selection | 4 | # Bootloader selection |
| 5 | BOOTLOADER = caterina | 5 | BOOTLOADER = atmel-dfu |
| 6 | 6 | ||
| 7 | # Build Options | 7 | # Build Options |
| 8 | # change yes to no to disable | 8 | # change yes to no to disable |
