aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-08-02 13:47:52 +1000
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-08-04 20:46:57 -0700
commit72f382fc02b3c5c81c54fd2d239d653fe2f8083c (patch)
tree4000273f563ec929108f95950916f8b703e17a96 /keyboards/helix
parent430c37024e8de42bb735f26386f2b13f042e3569 (diff)
downloadfirmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz
firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.bz2
firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.zip
Remove unused _BOOTLOADER defines
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/rev1/config.h2
-rw-r--r--keyboards/helix/rules.mk11
2 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/helix/rev1/config.h b/keyboards/helix/rev1/config.h
index 454e8ee62..61fe74472 100644
--- a/keyboards/helix/rev1/config.h
+++ b/keyboards/helix/rev1/config.h
@@ -51,8 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
// #define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6 } //uncomment this line and comment line above if you need to reverse left-to-right key order
-#define CATERINA_BOOTLOADER
-
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk
index b3eea4028..245bff70f 100644
--- a/keyboards/helix/rules.mk
+++ b/keyboards/helix/rules.mk
@@ -37,10 +37,13 @@ ARCH = AVR8
# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
F_USB = $(F_CPU)
-# Bootloader
-# This definition is optional, and if your keyboard supports multiple bootloaders of
-# different sizes, comment this out, and the correct address will be loaded
-# automatically (+60). See bootloader.mk for all options.
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# atmega32a bootloadHID
BOOTLOADER = caterina
# Interrupt driven control endpoint task(+60)