aboutsummaryrefslogtreecommitdiff
path: root/keyboards/lets_split
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/lets_split
parent430c37024e8de42bb735f26386f2b13f042e3569 (diff)
downloadqmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.tar.gz
qmk_firmware-72f382fc02b3c5c81c54fd2d239d653fe2f8083c.zip
Remove unused _BOOTLOADER defines
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r--keyboards/lets_split/keymaps/zer09/config.h1
-rw-r--r--keyboards/lets_split/rules.mk11
2 files changed, 7 insertions, 5 deletions
diff --git a/keyboards/lets_split/keymaps/zer09/config.h b/keyboards/lets_split/keymaps/zer09/config.h
index 14be4ccc5..3990c3dc5 100644
--- a/keyboards/lets_split/keymaps/zer09/config.h
+++ b/keyboards/lets_split/keymaps/zer09/config.h
@@ -35,7 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
35#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } 35#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
36#define MATRIX_COL_PINS { F7, B1, B3, B2, B6 } 36#define MATRIX_COL_PINS { F7, B1, B3, B2, B6 }
37 37
38#define CATERINA_BOOTLOADER
39#define USB_MAX_POWER_CONSUMPTION 50 38#define USB_MAX_POWER_CONSUMPTION 50
40 39
41/* Use I2C or Serial, not both */ 40/* Use I2C or Serial, not both */
diff --git a/keyboards/lets_split/rules.mk b/keyboards/lets_split/rules.mk
index f9d1a0dad..489965735 100644
--- a/keyboards/lets_split/rules.mk
+++ b/keyboards/lets_split/rules.mk
@@ -33,10 +33,13 @@ ARCH = AVR8
33# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. 33# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
34F_USB = $(F_CPU) 34F_USB = $(F_CPU)
35 35
36# Bootloader 36# Bootloader selection
37# This definition is optional, and if your keyboard supports multiple bootloaders of 37# Teensy halfkay
38# different sizes, comment this out, and the correct address will be loaded 38# Pro Micro caterina
39# automatically (+60). See bootloader.mk for all options. 39# Atmel DFU atmel-dfu
40# LUFA DFU lufa-dfu
41# QMK DFU qmk-dfu
42# atmega32a bootloadHID
40BOOTLOADER = caterina 43BOOTLOADER = caterina
41 44
42# Interrupt driven control endpoint task(+60) 45# Interrupt driven control endpoint task(+60)