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/ergodox_infinity | |
parent | 011039afcae0dabbbd0e836836de0284e66330cb (diff) |
Various tweaks for some Input:Club build processes
Diffstat (limited to 'keyboards/ergodox_infinity')
-rw-r--r-- | keyboards/ergodox_infinity/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk index c243c258ba..1cc95193cb 100644 --- a/keyboards/ergodox_infinity/rules.mk +++ b/keyboards/ergodox_infinity/rules.mk @@ -58,6 +58,8 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 # comment out to disable the options. # +DFU_ARGS = -d 1c11:b007 + BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |