diff options
Diffstat (limited to 'keyboards/tada68')
-rwxr-xr-x | keyboards/tada68/rules.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk index ec3991c318..38b05e0426 100755 --- a/keyboards/tada68/rules.mk +++ b/keyboards/tada68/rules.mk @@ -9,10 +9,7 @@ MCU = atmega32u4 # QMK DFU qmk-dfu # ATmega32A bootloadHID # ATmega328P USBasp -BOOTLOADER = atmel-dfu # actually lufa-ms - -# Mass storage bootloader on the tada68 uses bin files -FIRMWARE_FORMAT = bin +BOOTLOADER = lufa-ms # Build Options # comment out to disable the options. |