diff options
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/candybar/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/clueboard/60/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/clueboard/66/rev4/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/clueboard/66_hotswap/gen1/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/dztech/dz40rgb/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/dztech/dz60rgb/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/ergodox_infinity/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/ansi_via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/default_via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/goatmaster/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/hhkb_via/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/iso_andys8/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/stanrc85/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/keymaps/win_osx_dual/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/hs60/v2/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/infinity60/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/k_type/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/vinta/rules.mk | 1 | ||||
| -rw-r--r-- | keyboards/whitefox/rules.mk | 1 |
19 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/candybar/rules.mk b/keyboards/candybar/rules.mk index 6f39ee0e7..0bc9a5b3e 100644 --- a/keyboards/candybar/rules.mk +++ b/keyboards/candybar/rules.mk | |||
| @@ -31,6 +31,7 @@ OPT_DEFS = | |||
| 31 | 31 | ||
| 32 | # Options to pass to dfu-util when flashing | 32 | # Options to pass to dfu-util when flashing |
| 33 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 33 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 34 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 34 | 35 | ||
| 35 | # Build Options | 36 | # Build Options |
| 36 | # comment out to disable the options. | 37 | # comment out to disable the options. |
diff --git a/keyboards/clueboard/60/rules.mk b/keyboards/clueboard/60/rules.mk index aada07352..a0927025b 100644 --- a/keyboards/clueboard/60/rules.mk +++ b/keyboards/clueboard/60/rules.mk | |||
| @@ -35,6 +35,7 @@ OPT_DEFS = | |||
| 35 | 35 | ||
| 36 | # Options to pass to dfu-util when flashing | 36 | # Options to pass to dfu-util when flashing |
| 37 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 37 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 38 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 38 | 39 | ||
| 39 | # Build Options | 40 | # Build Options |
| 40 | # comment out to disable the options. | 41 | # comment out to disable the options. |
diff --git a/keyboards/clueboard/66/rev4/rules.mk b/keyboards/clueboard/66/rev4/rules.mk index 846b1eee0..4d20ff2e9 100644 --- a/keyboards/clueboard/66/rev4/rules.mk +++ b/keyboards/clueboard/66/rev4/rules.mk | |||
| @@ -13,6 +13,7 @@ OPT_DEFS = | |||
| 13 | 13 | ||
| 14 | # Options to pass to dfu-util when flashing | 14 | # Options to pass to dfu-util when flashing |
| 15 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 15 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 16 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 16 | 17 | ||
| 17 | # Build Options | 18 | # Build Options |
| 18 | # comment out to disable the options. | 19 | # comment out to disable the options. |
diff --git a/keyboards/clueboard/66_hotswap/gen1/rules.mk b/keyboards/clueboard/66_hotswap/gen1/rules.mk index 6b1ee92c1..326912a34 100644 --- a/keyboards/clueboard/66_hotswap/gen1/rules.mk +++ b/keyboards/clueboard/66_hotswap/gen1/rules.mk | |||
| @@ -37,6 +37,7 @@ OPT_DEFS = | |||
| 37 | 37 | ||
| 38 | # Options to pass to dfu-util when flashing | 38 | # Options to pass to dfu-util when flashing |
| 39 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 39 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 40 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 40 | 41 | ||
| 41 | # LED Configuration | 42 | # LED Configuration |
| 42 | LED_MATRIX_ENABLE = IS31FL3731 | 43 | LED_MATRIX_ENABLE = IS31FL3731 |
diff --git a/keyboards/dztech/dz40rgb/rules.mk b/keyboards/dztech/dz40rgb/rules.mk index 99cbafb8c..d0ddec838 100644 --- a/keyboards/dztech/dz40rgb/rules.mk +++ b/keyboards/dztech/dz40rgb/rules.mk | |||
| @@ -40,6 +40,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 40 | 40 | ||
| 41 | # Options to pass to dfu-util when flashing | 41 | # Options to pass to dfu-util when flashing |
| 42 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 42 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 43 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 43 | 44 | ||
| 44 | # Build Options | 45 | # Build Options |
| 45 | # comment out to disable the options. | 46 | # comment out to disable the options. |
diff --git a/keyboards/dztech/dz60rgb/rules.mk b/keyboards/dztech/dz60rgb/rules.mk index 98e95c88d..20ca7f2eb 100644 --- a/keyboards/dztech/dz60rgb/rules.mk +++ b/keyboards/dztech/dz60rgb/rules.mk | |||
| @@ -35,6 +35,7 @@ OPT_DEFS = | |||
| 35 | 35 | ||
| 36 | # Options to pass to dfu-util when flashing | 36 | # Options to pass to dfu-util when flashing |
| 37 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 37 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 38 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 38 | 39 | ||
| 39 | 40 | ||
| 40 | BACKLIGHT_ENABLE = no | 41 | BACKLIGHT_ENABLE = no |
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk index 1cc95193c..af8e9ef20 100644 --- a/keyboards/ergodox_infinity/rules.mk +++ b/keyboards/ergodox_infinity/rules.mk | |||
| @@ -59,6 +59,7 @@ OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 | |||
| 59 | # | 59 | # |
| 60 | 60 | ||
| 61 | DFU_ARGS = -d 1c11:b007 | 61 | DFU_ARGS = -d 1c11:b007 |
| 62 | DFU_SUFFIX_ARGS = -p b007 -v 1c11 | ||
| 62 | 63 | ||
| 63 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 64 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 64 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 65 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) |
diff --git a/keyboards/hs60/v2/keymaps/ansi_via/rules.mk b/keyboards/hs60/v2/keymaps/ansi_via/rules.mk index a2850a830..deb4fc889 100644 --- a/keyboards/hs60/v2/keymaps/ansi_via/rules.mk +++ b/keyboards/hs60/v2/keymaps/ansi_via/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/keymaps/default_via/rules.mk b/keyboards/hs60/v2/keymaps/default_via/rules.mk index a2850a830..deb4fc889 100644 --- a/keyboards/hs60/v2/keymaps/default_via/rules.mk +++ b/keyboards/hs60/v2/keymaps/default_via/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/keymaps/goatmaster/rules.mk b/keyboards/hs60/v2/keymaps/goatmaster/rules.mk index a2850a830..deb4fc889 100644 --- a/keyboards/hs60/v2/keymaps/goatmaster/rules.mk +++ b/keyboards/hs60/v2/keymaps/goatmaster/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/keymaps/hhkb_via/rules.mk b/keyboards/hs60/v2/keymaps/hhkb_via/rules.mk index a2850a830..deb4fc889 100644 --- a/keyboards/hs60/v2/keymaps/hhkb_via/rules.mk +++ b/keyboards/hs60/v2/keymaps/hhkb_via/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/keymaps/iso_andys8/rules.mk b/keyboards/hs60/v2/keymaps/iso_andys8/rules.mk index a2850a830..deb4fc889 100644 --- a/keyboards/hs60/v2/keymaps/iso_andys8/rules.mk +++ b/keyboards/hs60/v2/keymaps/iso_andys8/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/rules.mk b/keyboards/hs60/v2/keymaps/stanrc85/rules.mk index c46a6b952..817785d7a 100644 --- a/keyboards/hs60/v2/keymaps/stanrc85/rules.mk +++ b/keyboards/hs60/v2/keymaps/stanrc85/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/keymaps/win_osx_dual/rules.mk b/keyboards/hs60/v2/keymaps/win_osx_dual/rules.mk index c89d90969..05193af4b 100644 --- a/keyboards/hs60/v2/keymaps/win_osx_dual/rules.mk +++ b/keyboards/hs60/v2/keymaps/win_osx_dual/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/hs60/v2/rules.mk b/keyboards/hs60/v2/rules.mk index 5659d28c9..64948c2e9 100644 --- a/keyboards/hs60/v2/rules.mk +++ b/keyboards/hs60/v2/rules.mk | |||
| @@ -45,6 +45,7 @@ OPT_DEFS += -DNO_SUSPEND_POWER_DOWN | |||
| 45 | 45 | ||
| 46 | # Options to pass to dfu-util when flashing | 46 | # Options to pass to dfu-util when flashing |
| 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 47 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 48 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 48 | 49 | ||
| 49 | # Build Options | 50 | # Build Options |
| 50 | # comment out to disable the options. | 51 | # comment out to disable the options. |
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk index 8cb2b3755..1f02e05c8 100644 --- a/keyboards/infinity60/rules.mk +++ b/keyboards/infinity60/rules.mk | |||
| @@ -58,6 +58,7 @@ OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 | |||
| 58 | # | 58 | # |
| 59 | 59 | ||
| 60 | DFU_ARGS = -d 1c11:b007 | 60 | DFU_ARGS = -d 1c11:b007 |
| 61 | DFU_SUFFIX_ARGS = -p b007 -v 1c11 | ||
| 61 | 62 | ||
| 62 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 63 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 63 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) | 64 | ## (Note that for BOOTMAGIC on Teensy LC you have to use a custom .ld script.) |
diff --git a/keyboards/k_type/rules.mk b/keyboards/k_type/rules.mk index a1c56903b..7762f1868 100644 --- a/keyboards/k_type/rules.mk +++ b/keyboards/k_type/rules.mk | |||
| @@ -57,6 +57,7 @@ ARMV = 7 | |||
| 57 | OPT_DEFS = | 57 | OPT_DEFS = |
| 58 | 58 | ||
| 59 | DFU_ARGS = -d 1c11:b007 | 59 | DFU_ARGS = -d 1c11:b007 |
| 60 | DFU_SUFFIX_ARGS = -p b007 -v 1c11 | ||
| 60 | 61 | ||
| 61 | # Build Options | 62 | # Build Options |
| 62 | # comment out to disable the options. | 63 | # comment out to disable the options. |
diff --git a/keyboards/vinta/rules.mk b/keyboards/vinta/rules.mk index 9d89d9663..3ddb8d5bc 100644 --- a/keyboards/vinta/rules.mk +++ b/keyboards/vinta/rules.mk | |||
| @@ -33,6 +33,7 @@ OPT_DEFS = | |||
| 33 | 33 | ||
| 34 | # Options to pass to dfu-util when flashing | 34 | # Options to pass to dfu-util when flashing |
| 35 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave | 35 | DFU_ARGS = -d 0483:df11 -a 0 -s 0x08000000:leave |
| 36 | DFU_SUFFIX_ARGS = -p DF11 -v 0483 | ||
| 36 | 37 | ||
| 37 | # Build Options | 38 | # Build Options |
| 38 | # comment out to disable the options. | 39 | # comment out to disable the options. |
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk index 9f222bf4f..d9aa911c5 100644 --- a/keyboards/whitefox/rules.mk +++ b/keyboards/whitefox/rules.mk | |||
| @@ -55,6 +55,7 @@ ARMV = 7 | |||
| 55 | OPT_DEFS = | 55 | OPT_DEFS = |
| 56 | 56 | ||
| 57 | DFU_ARGS = -d 1c11:b007 | 57 | DFU_ARGS = -d 1c11:b007 |
| 58 | DFU_SUFFIX_ARGS = -p b007 -v 1c11 | ||
| 58 | 59 | ||
| 59 | # Build Options | 60 | # Build Options |
| 60 | # comment out to disable the options. | 61 | # comment out to disable the options. |
