diff options
author | shela <shelaf@users.noreply.github.com> | 2020-03-04 00:00:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 15:00:34 +0000 |
commit | acaecb4f94e3f1dc45cce53b10d1b89052b25ca7 (patch) | |
tree | e1c5e0ab43c556bb4ef455ed2541b8fad849bb6a /keyboards/namecard2x4 | |
parent | 53ac4d214f2c153e745cfe3d64f3e8d2ff1422e9 (diff) |
Fix bootloader definition for namecard2x4 (#8301)
BOOTLOADER needs to be defined as caterina because namecard2x4 uses avrdude for flasher.
Diffstat (limited to 'keyboards/namecard2x4')
-rw-r--r-- | keyboards/namecard2x4/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/namecard2x4/rules.mk b/keyboards/namecard2x4/rules.mk index 1b9e03d971..8912698e58 100644 --- a/keyboards/namecard2x4/rules.mk +++ b/keyboards/namecard2x4/rules.mk @@ -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 |