aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/alice/config.h1
-rw-r--r--keyboards/ergo42/rev1/config.h2
-rw-r--r--keyboards/ergo42/rules.mk16
-rw-r--r--keyboards/helix/rev1/config.h2
-rw-r--r--keyboards/helix/rules.mk11
-rw-r--r--keyboards/jj50/config.h1
-rw-r--r--keyboards/jj50/rules.mk11
-rw-r--r--keyboards/lets_split/keymaps/zer09/config.h1
-rw-r--r--keyboards/lets_split/rules.mk11
-rw-r--r--keyboards/lily58/rev1/config.h4
-rw-r--r--keyboards/lily58/rules.mk11
-rw-r--r--keyboards/meira/featherble/config.h3
-rw-r--r--keyboards/meira/promicro/config.h2
-rw-r--r--keyboards/meira/rules.mk17
-rw-r--r--keyboards/orthodox/rev3/config.h2
-rw-r--r--keyboards/skog/config.h1
-rw-r--r--keyboards/winkeyless/bface/config.h1
-rw-r--r--keyboards/winkeyless/bface/rules.mk2
-rw-r--r--keyboards/ymd75/config.h1
-rw-r--r--keyboards/ymd96/config.h3
20 files changed, 48 insertions, 55 deletions
diff --git a/keyboards/alice/config.h b/keyboards/alice/config.h
index 07b9599f5..2200fbbe4 100644
--- a/keyboards/alice/config.h
+++ b/keyboards/alice/config.h
@@ -36,4 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define RGBLIGHT_ANIMATIONS 36#define RGBLIGHT_ANIMATIONS
37 37
38#define NO_UART 1 38#define NO_UART 1
39#define BOOTLOADHID_BOOTLOADER 1
diff --git a/keyboards/ergo42/rev1/config.h b/keyboards/ergo42/rev1/config.h
index 68a5e2bbe..f8fae93cf 100644
--- a/keyboards/ergo42/rev1/config.h
+++ b/keyboards/ergo42/rev1/config.h
@@ -40,8 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 } 40#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6 }
41// #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 41// #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
42 42
43#define CATERINA_BOOTLOADER
44
45/* define tapping term */ 43/* define tapping term */
46#define TAPPING_TERM 100 44#define TAPPING_TERM 100
47 45
diff --git a/keyboards/ergo42/rules.mk b/keyboards/ergo42/rules.mk
index 286c5fccb..d8544d9ba 100644
--- a/keyboards/ergo42/rules.mk
+++ b/keyboards/ergo42/rules.mk
@@ -43,13 +43,15 @@ F_USB = $(F_CPU)
43OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 43OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
44 44
45 45
46# Boot Section Size in *bytes* 46# Bootloader selection
47# Teensy halfKay 512 47# Teensy halfkay
48# Teensy++ halfKay 1024 48# Pro Micro caterina
49# Atmel DFU loader 4096 49# Atmel DFU atmel-dfu
50# LUFA bootloader 4096 50# LUFA DFU lufa-dfu
51# USBaspLoader 2048 51# QMK DFU qmk-dfu
52OPT_DEFS += -DBOOTLOADER_SIZE=4096 52# atmega32a bootloadHID
53BOOTLOADER = caterina
54
53 55
54# Build Options 56# Build Options
55# change to "no" to disable the options, or define them in the Makefile in 57# change to "no" to disable the options, or define them in the Makefile in
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/>.
51#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } 51#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
52// #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 52// #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
53 53
54#define CATERINA_BOOTLOADER
55
56/* define if matrix has ghost */ 54/* define if matrix has ghost */
57//#define MATRIX_HAS_GHOST 55//#define MATRIX_HAS_GHOST
58 56
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
37# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. 37# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
38F_USB = $(F_CPU) 38F_USB = $(F_CPU)
39 39
40# Bootloader 40# Bootloader selection
41# This definition is optional, and if your keyboard supports multiple bootloaders of 41# Teensy halfkay
42# different sizes, comment this out, and the correct address will be loaded 42# Pro Micro caterina
43# automatically (+60). See bootloader.mk for all options. 43# Atmel DFU atmel-dfu
44# LUFA DFU lufa-dfu
45# QMK DFU qmk-dfu
46# atmega32a bootloadHID
44BOOTLOADER = caterina 47BOOTLOADER = caterina
45 48
46# Interrupt driven control endpoint task(+60) 49# Interrupt driven control endpoint task(+60)
diff --git a/keyboards/jj50/config.h b/keyboards/jj50/config.h
index 0f09f02ff..0d35e3129 100644
--- a/keyboards/jj50/config.h
+++ b/keyboards/jj50/config.h
@@ -46,6 +46,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
46#define RGBLIGHT_VAL_STEP 18 46#define RGBLIGHT_VAL_STEP 18
47 47
48#define NO_UART 1 48#define NO_UART 1
49#define BOOTLOADHID_BOOTLOADER 1
50 49
51#endif 50#endif
diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk
index 4ee571918..2390d9631 100644
--- a/keyboards/jj50/rules.mk
+++ b/keyboards/jj50/rules.mk
@@ -25,10 +25,13 @@ NO_SUSPEND_POWER_DOWN = yes
25# processor frequency 25# processor frequency
26F_CPU = 12000000 26F_CPU = 12000000
27 27
28# Bootloader 28# Bootloader selection
29# This definition is optional, and if your keyboard supports multiple bootloaders of 29# Teensy halfkay
30# different sizes, comment this out, and the correct address will be loaded 30# Pro Micro caterina
31# automatically (+60). See bootloader.mk for all options. 31# Atmel DFU atmel-dfu
32# LUFA DFU lufa-dfu
33# QMK DFU qmk-dfu
34# atmega32a bootloadHID
32BOOTLOADER = bootloadHID 35BOOTLOADER = bootloadHID
33 36
34# build options 37# build options
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)
diff --git a/keyboards/lily58/rev1/config.h b/keyboards/lily58/rev1/config.h
index 8fd42070e..4e8e3a7c9 100644
--- a/keyboards/lily58/rev1/config.h
+++ b/keyboards/lily58/rev1/config.h
@@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 } 36#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
37#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 } 37#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
38 38
39#define CATERINA_BOOTLOADER
40
41/* define tapping term */ 39/* define tapping term */
42#define TAPPING_TERM 100 40#define TAPPING_TERM 100
43 41
@@ -72,4 +70,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
72//#define NO_ACTION_TAPPING 70//#define NO_ACTION_TAPPING
73//#define NO_ACTION_ONESHOT 71//#define NO_ACTION_ONESHOT
74//#define NO_ACTION_MACRO 72//#define NO_ACTION_MACRO
75//#define NO_ACTION_FUNCTION \ No newline at end of file 73//#define NO_ACTION_FUNCTION
diff --git a/keyboards/lily58/rules.mk b/keyboards/lily58/rules.mk
index 0ef951872..d13c88ba6 100644
--- a/keyboards/lily58/rules.mk
+++ b/keyboards/lily58/rules.mk
@@ -40,10 +40,13 @@ ARCH = AVR8
40# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU. 40# CPU clock adjust registers or the clock division fuses), this will be equal to F_CPU.
41F_USB = $(F_CPU) 41F_USB = $(F_CPU)
42 42
43# Bootloader 43# Bootloader selection
44# This definition is optional, and if your keyboard supports multiple bootloaders of 44# Teensy halfkay
45# different sizes, comment this out, and the correct address will be loaded 45# Pro Micro caterina
46# automatically (+60). See bootloader.mk for all options. 46# Atmel DFU atmel-dfu
47# LUFA DFU lufa-dfu
48# QMK DFU qmk-dfu
49# atmega32a bootloadHID
47BOOTLOADER = caterina 50BOOTLOADER = caterina
48 51
49# Interrupt driven control endpoint task(+60) 52# Interrupt driven control endpoint task(+60)
diff --git a/keyboards/meira/featherble/config.h b/keyboards/meira/featherble/config.h
index fb24c6079..5aa5c2950 100644
--- a/keyboards/meira/featherble/config.h
+++ b/keyboards/meira/featherble/config.h
@@ -40,9 +40,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
40#define B5_AUDIO 40#define B5_AUDIO
41#define AUDIO_VOICES 41#define AUDIO_VOICES
42 42
43#define CATERINA_BOOTLOADER
44
45
46// #define BACKLIGHT_PIN B7 43// #define BACKLIGHT_PIN B7
47// #define BACKLIGHT_BREATHING 44// #define BACKLIGHT_BREATHING
48//#define BACKLIGHT_LEVELS 3 45//#define BACKLIGHT_LEVELS 3
diff --git a/keyboards/meira/promicro/config.h b/keyboards/meira/promicro/config.h
index 67e5ca06d..22975f68c 100644
--- a/keyboards/meira/promicro/config.h
+++ b/keyboards/meira/promicro/config.h
@@ -36,8 +36,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
36#define LED_EN_PIN D2 36#define LED_EN_PIN D2
37#define UNUSED_PINS 37#define UNUSED_PINS
38 38
39#define CATERINA_BOOTLOADER
40
41/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 39/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
42#define DEBOUNCE 5 40#define DEBOUNCE 5
43 41
diff --git a/keyboards/meira/rules.mk b/keyboards/meira/rules.mk
index 2796335b6..7893e6556 100644
--- a/keyboards/meira/rules.mk
+++ b/keyboards/meira/rules.mk
@@ -32,15 +32,14 @@ BOOTLOADER = caterina
32# Interrupt driven control endpoint task(+60) 32# Interrupt driven control endpoint task(+60)
33OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT 33OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
34 34
35 35# Bootloader selection
36# Boot Section Size in *bytes* 36# Teensy halfkay
37# Teensy halfKay 512 37# Pro Micro caterina
38# Teensy++ halfKay 1024 38# Atmel DFU atmel-dfu
39# Atmel DFU loader 4096 39# LUFA DFU lufa-dfu
40# LUFA bootloader 4096 40# QMK DFU qmk-dfu
41# USBaspLoader 2048 41# atmega32a bootloadHID
42OPT_DEFS += -DBOOTLOADER_SIZE=4096 42BOOTLOADER = caterina
43
44 43
45# Build Options 44# Build Options
46# change yes to no to disable 45# change yes to no to disable
diff --git a/keyboards/orthodox/rev3/config.h b/keyboards/orthodox/rev3/config.h
index ad3437a62..07ecb663b 100644
--- a/keyboards/orthodox/rev3/config.h
+++ b/keyboards/orthodox/rev3/config.h
@@ -48,8 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
48#define MATRIX_COL_PINS { D2, F5, F6, D6, D7, B4, B5, B6, F7 } 48#define MATRIX_COL_PINS { D2, F5, F6, D6, D7, B4, B5, B6, F7 }
49/*/ 49/*/
50 50
51#define CATERINA_BOOTLOADER
52
53/* COL2ROW or ROW2COL */ 51/* COL2ROW or ROW2COL */
54#define DIODE_DIRECTION COL2ROW 52#define DIODE_DIRECTION COL2ROW
55 53
diff --git a/keyboards/skog/config.h b/keyboards/skog/config.h
index f518da8c9..ed7c558db 100644
--- a/keyboards/skog/config.h
+++ b/keyboards/skog/config.h
@@ -34,6 +34,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
34#define BACKLIGHT_LEVELS 5 34#define BACKLIGHT_LEVELS 5
35 35
36#define NO_UART 1 36#define NO_UART 1
37#define BOOTLOADHID_BOOTLOADER 1
38 37
39#endif 38#endif
diff --git a/keyboards/winkeyless/bface/config.h b/keyboards/winkeyless/bface/config.h
index 7a1fe3335..20f3642dc 100644
--- a/keyboards/winkeyless/bface/config.h
+++ b/keyboards/winkeyless/bface/config.h
@@ -38,7 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
38#define RGBLIGHT_ANIMATIONS 38#define RGBLIGHT_ANIMATIONS
39 39
40#define NO_UART 1 40#define NO_UART 1
41#define BOOTLOADHID_BOOTLOADER 1
42 41
43#ifdef BACKLIGHT_ENABLE 42#ifdef BACKLIGHT_ENABLE
44 // the backlight PWM does not work (yet). Therefore, we only have two backlight levels (on/off) 43 // the backlight PWM does not work (yet). Therefore, we only have two backlight levels (on/off)
diff --git a/keyboards/winkeyless/bface/rules.mk b/keyboards/winkeyless/bface/rules.mk
index b6d172f26..4e016b47d 100644
--- a/keyboards/winkeyless/bface/rules.mk
+++ b/keyboards/winkeyless/bface/rules.mk
@@ -37,7 +37,7 @@ RGBLIGHT_ENABLE = yes
37RGBLIGHT_CUSTOM_DRIVER = yes 37RGBLIGHT_CUSTOM_DRIVER = yes
38 38
39OPT_DEFS = -DDEBUG_LEVEL=0 39OPT_DEFS = -DDEBUG_LEVEL=0
40OPT_DEFS += -DBOOTLOADER_SIZE=2048 40BOOTLOADER = bootloadHID
41 41
42# custom matrix setup 42# custom matrix setup
43SRC = i2c_master.c 43SRC = i2c_master.c
diff --git a/keyboards/ymd75/config.h b/keyboards/ymd75/config.h
index 36031eebf..6afd077b0 100644
--- a/keyboards/ymd75/config.h
+++ b/keyboards/ymd75/config.h
@@ -46,6 +46,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
46#define RGBLIGHT_VAL_STEP 18 46#define RGBLIGHT_VAL_STEP 18
47 47
48#define NO_UART 1 48#define NO_UART 1
49#define BOOTLOADHID_BOOTLOADER 1
50 49
51#endif 50#endif
diff --git a/keyboards/ymd96/config.h b/keyboards/ymd96/config.h
index 51d42603d..58169196b 100644
--- a/keyboards/ymd96/config.h
+++ b/keyboards/ymd96/config.h
@@ -51,7 +51,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
51#define RGBLIGHT_ANIMATIONS 51#define RGBLIGHT_ANIMATIONS
52/*#define RGBLIGHT_VAL_STEP 20 52/*#define RGBLIGHT_VAL_STEP 20
53 53
54#define NO_UART 1 54#define NO_UART 1*/
55#define BOOTLOADHID_BOOTLOADER 1*/
56 55
57#endif 56#endif