diff options
author | skullydazed <skullydazed@users.noreply.github.com> | 2018-08-11 22:35:07 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-11 22:35:07 -0700 |
commit | 3be4d2417c8e24d14e56bac6ce70190e2261a22b (patch) | |
tree | 150ca1343da60ef2085b3f2997014ad251bcf314 /keyboards/tada68/rules.mk | |
parent | f0e0ca402c10fe2ade7129b28a0066bdf10d018d (diff) | |
download | qmk_firmware-3be4d2417c8e24d14e56bac6ce70190e2261a22b.tar.gz |
Keyboard: Make tada68 build .bin files by default (#3630)
Diffstat (limited to 'keyboards/tada68/rules.mk')
-rwxr-xr-x | keyboards/tada68/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/tada68/rules.mk b/keyboards/tada68/rules.mk index dd5b2bbe0..2af733b6b 100755 --- a/keyboards/tada68/rules.mk +++ b/keyboards/tada68/rules.mk @@ -48,6 +48,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # USBaspLoader 2048 OPT_DEFS += -DBOOTLOADER_SIZE=4096 +# Mass storage bootloader on the tada68 uses bin files +FIRMWARE_FORMAT=bin # Build Options # comment out to disable the options. |