aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/ergodox_infinity/keymaps/halfkeyboard/rules.mk2
-rw-r--r--keyboards/ergodox_infinity/rules.mk2
-rw-r--r--keyboards/infinity60/rules.mk2
-rw-r--r--keyboards/k_type/rules.mk2
-rw-r--r--keyboards/whitefox/rules.mk2
5 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/ergodox_infinity/keymaps/halfkeyboard/rules.mk b/keyboards/ergodox_infinity/keymaps/halfkeyboard/rules.mk
index 2d3597ceb..43a318529 100644
--- a/keyboards/ergodox_infinity/keymaps/halfkeyboard/rules.mk
+++ b/keyboards/ergodox_infinity/keymaps/halfkeyboard/rules.mk
@@ -54,6 +54,8 @@ ARMV = 7
54# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB 54# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
55OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 55OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
56 56
57BOOTLOADER = dfu
58
57# Build Options 59# Build Options
58# comment out to disable the options. 60# comment out to disable the options.
59# 61#
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk
index af8e9ef20..b55c9bc8c 100644
--- a/keyboards/ergodox_infinity/rules.mk
+++ b/keyboards/ergodox_infinity/rules.mk
@@ -54,6 +54,8 @@ ARMV = 7
54# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB 54# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
55OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000 55OPT_DEFS += -DCORTEX_VTOR_INIT=0x00002000
56 56
57BOOTLOADER = dfu
58
57# Build Options 59# Build Options
58# comment out to disable the options. 60# comment out to disable the options.
59# 61#
diff --git a/keyboards/infinity60/rules.mk b/keyboards/infinity60/rules.mk
index 1f02e05c8..6fb43dc75 100644
--- a/keyboards/infinity60/rules.mk
+++ b/keyboards/infinity60/rules.mk
@@ -53,6 +53,8 @@ ARMV = 7
53# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB 53# The CORTEX_VTOR... is needed only for MCHCK/Infinity KB
54OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000 54OPT_DEFS = -DCORTEX_VTOR_INIT=0x00001000
55 55
56BOOTLOADER = dfu
57
56# Build Options 58# Build Options
57# comment out to disable the options. 59# comment out to disable the options.
58# 60#
diff --git a/keyboards/k_type/rules.mk b/keyboards/k_type/rules.mk
index 7762f1868..43579fcc7 100644
--- a/keyboards/k_type/rules.mk
+++ b/keyboards/k_type/rules.mk
@@ -59,6 +59,8 @@ OPT_DEFS =
59DFU_ARGS = -d 1c11:b007 59DFU_ARGS = -d 1c11:b007
60DFU_SUFFIX_ARGS = -p b007 -v 1c11 60DFU_SUFFIX_ARGS = -p b007 -v 1c11
61 61
62BOOTLOADER = dfu
63
62# Build Options 64# Build Options
63# comment out to disable the options. 65# comment out to disable the options.
64# 66#
diff --git a/keyboards/whitefox/rules.mk b/keyboards/whitefox/rules.mk
index d9aa911c5..59332d1d5 100644
--- a/keyboards/whitefox/rules.mk
+++ b/keyboards/whitefox/rules.mk
@@ -57,6 +57,8 @@ OPT_DEFS =
57DFU_ARGS = -d 1c11:b007 57DFU_ARGS = -d 1c11:b007
58DFU_SUFFIX_ARGS = -p b007 -v 1c11 58DFU_SUFFIX_ARGS = -p b007 -v 1c11
59 59
60BOOTLOADER = dfu
61
60# Build Options 62# Build Options
61# comment out to disable the options. 63# comment out to disable the options.
62# 64#