]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/vinta/rules.mk
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / vinta / rules.mk
index bf3eecbe21023d4b163a740e3ca694b5a01b01a9..3ddb8d5bc0db1556517f9b23bf40fc4d137152db 100644 (file)
@@ -29,10 +29,11 @@ ARMV = 6
 # 0x00000000-0x00001000 area is occupied by bootlaoder.*/
 # The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
 #OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
-OPT_DEFS = 
+OPT_DEFS =
 
 # Options to pass to dfu-util when flashing
-DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000
+DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave
+DFU_SUFFIX_ARGS = -p DF11 -v 0483
 
 # Build Options
 #   comment out to disable the options.
@@ -44,4 +45,4 @@ EXTRAKEY_ENABLE = yes                         # Audio control and System control
 CONSOLE_ENABLE = no                                    # Console for debug
 COMMAND_ENABLE = no                                    # Commands for debug and configuration
 NKRO_ENABLE = yes                                      # USB Nkey Rollover
-NO_USB_STARTUP_CHECK = no              # Disable initialization only when usb is plugged in
\ No newline at end of file
+NO_USB_STARTUP_CHECK = no              # Disable initialization only when usb is plugged in