diff options
author | Michael Pio <mfmayol@up.edu.ph> | 2018-11-02 01:28:01 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-02 01:28:01 +0100 |
commit | 7a22da9f0573711be586915c763621027e285e81 (patch) | |
tree | f7265b26515c0345a55b721f520028d1ed718de8 /keyboards/vinta | |
parent | e08266129eba8f26b86b571b7f654e0d9311db25 (diff) | |
download | qmk_firmware-7a22da9f0573711be586915c763621027e285e81.tar.gz qmk_firmware-7a22da9f0573711be586915c763621027e285e81.tar.xz |
Update rules.mk for Vinta (#4317)
changed dfu args to exit to application mode after flashing
Diffstat (limited to 'keyboards/vinta')
-rw-r--r-- | keyboards/vinta/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/vinta/rules.mk b/keyboards/vinta/rules.mk index bf3eecbe2..9d89d9663 100644 --- a/keyboards/vinta/rules.mk +++ b/keyboards/vinta/rules.mk @@ -29,10 +29,10 @@ 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 # Build Options # comment out to disable the options. @@ -44,4 +44,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 |