Browse Source

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
pull/13950/head
Brandon Lewis 2 years ago
committed by GitHub
parent
commit
760caaa9af
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/ristretto/rules.mk

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

@ -2,7 +2,7 @@
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable


Loading…
Cancel
Save