Skip to content

Commit

Permalink
Fix bootloader definition for namecard2x4 (#8301)
Browse files Browse the repository at this point in the history
BOOTLOADER needs to be defined as caterina because namecard2x4 uses avrdude for flasher.
  • Loading branch information
shelaf authored Mar 3, 2020
1 parent 53ac4d2 commit acaecb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/namecard2x4/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acaecb4

Please sign in to comment.