]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/tada68/rules.mk
Remove commented out MCUs in rules.mk (#5884)
[qmk_firmware.git] / keyboards / tada68 / rules.mk
old mode 100644 (file)
new mode 100755 (executable)
index dd5b2bb..ceb6f96
@@ -1,6 +1,4 @@
-
 # MCU name
-#MCU = at90usb1287
 MCU = atmega32u4
 
 # Processor frequency.
@@ -48,6 +46,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.