Skip to content

Commit

Permalink
Ristretto - Update bootloader (qmk#13933)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
blewis308 authored Aug 9, 2021
1 parent 26ea090 commit 760caaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/ristretto/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MCU = atmega32u4

# Bootloader selection
BOOTLOADER = caterina
BOOTLOADER = atmel-dfu

# Build Options
# change yes to no to disable
Expand Down

0 comments on commit 760caaa

Please sign in to comment.