diff options
author | Kaleb Elwert <belak@coded.io> | 2018-04-04 15:13:42 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-05 16:59:27 -0400 |
commit | 0d0664a2149d93d1898615cfa5e02a9c2110345f (patch) | |
tree | 4c86561874a381342eb6b7fd5c3f8c141c627ec7 /keyboards/infinity60/rules.mk | |
parent | 011039afcae0dabbbd0e836836de0284e66330cb (diff) | |
download | qmk_firmware-0d0664a2149d93d1898615cfa5e02a9c2110345f.tar.gz qmk_firmware-0d0664a2149d93d1898615cfa5e02a9c2110345f.zip |
Various tweaks for some Input:Club build processes
Diffstat (limited to 'keyboards/infinity60/rules.mk')
-rw-r--r-- | keyboards/infinity60/rules.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index f689b54751..8cb2b37559 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk @@ -56,6 +56,9 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 # Build Options # comment out to disable the options. # + +DFU_ARGS = -d 1c11:b007 + BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) MOUSEKEY_ENABLE = yes # Mouse keys @@ -66,4 +69,4 @@ SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend NKRO_ENABLE = yes # USB Nkey Rollover CUSTOM_MATRIX = yes # Custom matrix file -LAYOUTS = 60_ansi_split_bs_rshift
\ No newline at end of file +LAYOUTS = 60_ansi_split_bs_rshift |