diff options
31 files changed, 1 insertions, 58 deletions
diff --git a/keyboards/ares/config.h b/keyboards/ares/config.h index e298dfc95..4bfe0867b 100644 --- a/keyboards/ares/config.h +++ b/keyboards/ares/config.h | |||
@@ -42,8 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
42 | 42 | ||
43 | #define RGBLIGHT_ANIMATIONS | 43 | #define RGBLIGHT_ANIMATIONS |
44 | 44 | ||
45 | #define NO_UART 1 | ||
46 | |||
47 | /* key combination for magic key command */ | 45 | /* key combination for magic key command */ |
48 | /* defined by default; to change, uncomment and set to the combination you want */ | 46 | /* defined by default; to change, uncomment and set to the combination you want */ |
49 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | 47 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) |
diff --git a/keyboards/bfake/config.h b/keyboards/bfake/config.h index ef7a866d3..86faba21d 100644 --- a/keyboards/bfake/config.h +++ b/keyboards/bfake/config.h | |||
@@ -41,5 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
41 | #define BACKLIGHT_LEVELS 3 | 41 | #define BACKLIGHT_LEVELS 3 |
42 | 42 | ||
43 | #define RGBLIGHT_ANIMATIONS | 43 | #define RGBLIGHT_ANIMATIONS |
44 | |||
45 | #define NO_UART 1 | ||
diff --git a/keyboards/coseyfannitutti/discipad/config.h b/keyboards/coseyfannitutti/discipad/config.h index 7fe091582..55033bd9d 100644 --- a/keyboards/coseyfannitutti/discipad/config.h +++ b/keyboards/coseyfannitutti/discipad/config.h | |||
@@ -49,7 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | /* COL2ROW, ROW2COL*/ | 49 | /* COL2ROW, ROW2COL*/ |
50 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
51 | 51 | ||
52 | #define NO_UART 1 | ||
53 | #define USB_MAX_POWER_CONSUMPTION 100 | 52 | #define USB_MAX_POWER_CONSUMPTION 100 |
54 | 53 | ||
55 | /* | 54 | /* |
diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h index 46dd49c51..0a005ab0d 100644 --- a/keyboards/coseyfannitutti/discipline/config.h +++ b/keyboards/coseyfannitutti/discipline/config.h | |||
@@ -47,7 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | /* COL2ROW, ROW2COL*/ | 47 | /* COL2ROW, ROW2COL*/ |
48 | #define DIODE_DIRECTION COL2ROW | 48 | #define DIODE_DIRECTION COL2ROW |
49 | 49 | ||
50 | #define NO_UART 1 | ||
51 | #define USB_MAX_POWER_CONSUMPTION 100 | 50 | #define USB_MAX_POWER_CONSUMPTION 100 |
52 | 51 | ||
53 | /* | 52 | /* |
diff --git a/keyboards/coseyfannitutti/mysterium/config.h b/keyboards/coseyfannitutti/mysterium/config.h index 635792648..1d0094b8b 100644 --- a/keyboards/coseyfannitutti/mysterium/config.h +++ b/keyboards/coseyfannitutti/mysterium/config.h | |||
@@ -47,8 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | /* COL2ROW, ROW2COL*/ | 47 | /* COL2ROW, ROW2COL*/ |
48 | #define DIODE_DIRECTION COL2ROW | 48 | #define DIODE_DIRECTION COL2ROW |
49 | 49 | ||
50 | #define NO_UART 1 | ||
51 | |||
52 | /* | 50 | /* |
53 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | 51 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. |
54 | */ | 52 | */ |
diff --git a/keyboards/db/db63/config.h b/keyboards/db/db63/config.h index 3183201c1..424784017 100644 --- a/keyboards/db/db63/config.h +++ b/keyboards/db/db63/config.h | |||
@@ -37,7 +37,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
37 | #define RGBLED_NUM 18 | 37 | #define RGBLED_NUM 18 |
38 | #define RGBLIGHT_ANIMATIONS | 38 | #define RGBLIGHT_ANIMATIONS |
39 | 39 | ||
40 | #define NO_UART 1 | ||
41 | |||
42 | #define BACKLIGHT_PIN D4 | 40 | #define BACKLIGHT_PIN D4 |
43 | #define BACKLIGHT_LEVELS 3 | 41 | #define BACKLIGHT_LEVELS 3 |
diff --git a/keyboards/exent/config.h b/keyboards/exent/config.h index 48aee2206..86d628c37 100644 --- a/keyboards/exent/config.h +++ b/keyboards/exent/config.h | |||
@@ -44,8 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
44 | 44 | ||
45 | #define RGBLIGHT_ANIMATIONS | 45 | #define RGBLIGHT_ANIMATIONS |
46 | 46 | ||
47 | #define NO_UART 1 | ||
48 | |||
49 | /* key combination for magic key command */ | 47 | /* key combination for magic key command */ |
50 | /* defined by default; to change, uncomment and set to the combination you want */ | 48 | /* defined by default; to change, uncomment and set to the combination you want */ |
51 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) | 49 | // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) |
diff --git a/keyboards/ft/mars80/config.h b/keyboards/ft/mars80/config.h index 8c1ebe4ba..70313ada9 100644 --- a/keyboards/ft/mars80/config.h +++ b/keyboards/ft/mars80/config.h | |||
@@ -43,8 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
43 | 43 | ||
44 | #define RGBLIGHT_ANIMATIONS | 44 | #define RGBLIGHT_ANIMATIONS |
45 | 45 | ||
46 | #define NO_UART 1 | ||
47 | |||
48 | /* key combination for magic key command */ | 46 | /* key combination for magic key command */ |
49 | /* defined by default; to change, uncomment and set to the combination you want */ | 47 | /* defined by default; to change, uncomment and set to the combination you want */ |
50 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | 48 | // #define IS_COMMAND() (get_mods() == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) |
diff --git a/keyboards/gingham/config.h b/keyboards/gingham/config.h index 4c880a8fc..45ef573ce 100644 --- a/keyboards/gingham/config.h +++ b/keyboards/gingham/config.h | |||
@@ -50,7 +50,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
50 | /* COL2ROW, ROW2COL*/ | 50 | /* COL2ROW, ROW2COL*/ |
51 | #define DIODE_DIRECTION COL2ROW | 51 | #define DIODE_DIRECTION COL2ROW |
52 | 52 | ||
53 | #define NO_UART 1 | ||
54 | #define USB_MAX_POWER_CONSUMPTION 100 | 53 | #define USB_MAX_POWER_CONSUMPTION 100 |
55 | 54 | ||
56 | /* | 55 | /* |
diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index 3a5328ac4..a4a10bff4 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/config.h | |||
@@ -38,8 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | #define BACKLIGHT_LEVELS 3 | 38 | #define BACKLIGHT_LEVELS 3 |
39 | #define BACKLIGHT_PIN D4 | 39 | #define BACKLIGHT_PIN D4 |
40 | 40 | ||
41 | #define NO_UART 1 | ||
42 | |||
43 | /* disable these deprecated features by default */ | 41 | /* disable these deprecated features by default */ |
44 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE | 42 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE |
45 | #define NO_ACTION_MACRO | 43 | #define NO_ACTION_MACRO |
diff --git a/keyboards/jc65/v32a/config.h b/keyboards/jc65/v32a/config.h index 392aebc2a..11f39a5e0 100644 --- a/keyboards/jc65/v32a/config.h +++ b/keyboards/jc65/v32a/config.h | |||
@@ -42,7 +42,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
42 | #define RGBLIGHT_VAL_STEP 8 | 42 | #define RGBLIGHT_VAL_STEP 8 |
43 | #define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 8 | 43 | #define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 8 |
44 | 44 | ||
45 | #define NO_UART 1 | ||
46 | |||
47 | #define NO_ACTION_MACRO | 45 | #define NO_ACTION_MACRO |
48 | #define NO_ACTION_FUNCTION | 46 | #define NO_ACTION_FUNCTION |
diff --git a/keyboards/jj40/config.h b/keyboards/jj40/config.h index 90bcacfd1..3138023bb 100644 --- a/keyboards/jj40/config.h +++ b/keyboards/jj40/config.h | |||
@@ -45,7 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
45 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 45 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
46 | #define DEBOUNCE 5 | 46 | #define DEBOUNCE 5 |
47 | 47 | ||
48 | #define NO_UART 1 | ||
49 | #define USB_MAX_POWER_CONSUMPTION 100 | 48 | #define USB_MAX_POWER_CONSUMPTION 100 |
50 | 49 | ||
51 | /* key combination for magic key command */ | 50 | /* key combination for magic key command */ |
diff --git a/keyboards/jj4x4/config.h b/keyboards/jj4x4/config.h index b3f33d6e7..d8ccef3ad 100644 --- a/keyboards/jj4x4/config.h +++ b/keyboards/jj4x4/config.h | |||
@@ -48,7 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
48 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 48 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
49 | #define DEBOUNCE 5 | 49 | #define DEBOUNCE 5 |
50 | 50 | ||
51 | #define NO_UART 1 | ||
52 | #define USB_MAX_POWER_CONSUMPTION 100 | 51 | #define USB_MAX_POWER_CONSUMPTION 100 |
53 | 52 | ||
54 | /* key combination for magic key command */ | 53 | /* key combination for magic key command */ |
diff --git a/keyboards/jj50/config.h b/keyboards/jj50/config.h index 9b9feb067..2f0e98d53 100644 --- a/keyboards/jj50/config.h +++ b/keyboards/jj50/config.h | |||
@@ -48,6 +48,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
48 | #define RGBLIGHT_SAT_STEP 15 | 48 | #define RGBLIGHT_SAT_STEP 15 |
49 | #define RGBLIGHT_VAL_STEP 18 | 49 | #define RGBLIGHT_VAL_STEP 18 |
50 | 50 | ||
51 | #define NO_UART 1 | ||
52 | |||
53 | #endif | 51 | #endif |
diff --git a/keyboards/keycapsss/plaid_pad/config.h b/keyboards/keycapsss/plaid_pad/config.h index c4d22b663..1d0b31a40 100644 --- a/keyboards/keycapsss/plaid_pad/config.h +++ b/keyboards/keycapsss/plaid_pad/config.h | |||
@@ -25,7 +25,6 @@ | |||
25 | /* COL2ROW, ROW2COL*/ | 25 | /* COL2ROW, ROW2COL*/ |
26 | #define DIODE_DIRECTION COL2ROW | 26 | #define DIODE_DIRECTION COL2ROW |
27 | 27 | ||
28 | #define NO_UART 1 | ||
29 | #define USB_MAX_POWER_CONSUMPTION 100 | 28 | #define USB_MAX_POWER_CONSUMPTION 100 |
30 | 29 | ||
31 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 30 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
diff --git a/keyboards/mechmini/v1/config.h b/keyboards/mechmini/v1/config.h index 07422f9ff..80a79bf86 100644 --- a/keyboards/mechmini/v1/config.h +++ b/keyboards/mechmini/v1/config.h | |||
@@ -35,8 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
35 | #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4 } | 35 | #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4 } |
36 | #define DIODE_DIRECTION COL2ROW | 36 | #define DIODE_DIRECTION COL2ROW |
37 | 37 | ||
38 | #define NO_UART 1 | ||
39 | |||
40 | #define BACKLIGHT_PIN D4 | 38 | #define BACKLIGHT_PIN D4 |
41 | #define BACKLIGHT_LEVELS 3 | 39 | #define BACKLIGHT_LEVELS 3 |
42 | 40 | ||
diff --git a/keyboards/mt40/config.h b/keyboards/mt40/config.h index f5038fb54..5e3eaf935 100644 --- a/keyboards/mt40/config.h +++ b/keyboards/mt40/config.h | |||
@@ -35,8 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
35 | #define MATRIX_ROWS 7 | 35 | #define MATRIX_ROWS 7 |
36 | #define MATRIX_COLS 15 | 36 | #define MATRIX_COLS 15 |
37 | 37 | ||
38 | #define NO_UART 1 | ||
39 | |||
40 | #define RGB_DI_PIN C0 | 38 | #define RGB_DI_PIN C0 |
41 | #define RGBLED_NUM 12 | 39 | #define RGBLED_NUM 12 |
42 | #define RGBLIGHT_ANIMATIONS | 40 | #define RGBLIGHT_ANIMATIONS |
diff --git a/keyboards/pearl/config.h b/keyboards/pearl/config.h index 5dbba3ec0..1acee9ba4 100644 --- a/keyboards/pearl/config.h +++ b/keyboards/pearl/config.h | |||
@@ -26,8 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
26 | #define PRODUCT Pearl | 26 | #define PRODUCT Pearl |
27 | #define DESCRIPTION 40% keyboard | 27 | #define DESCRIPTION 40% keyboard |
28 | 28 | ||
29 | #define NO_UART 1 | ||
30 | |||
31 | #define RGBLIGHT_ANIMATIONS | 29 | #define RGBLIGHT_ANIMATIONS |
32 | #define RGBLED_NUM 12 | 30 | #define RGBLED_NUM 12 |
33 | 31 | ||
diff --git a/keyboards/percent/canoe/config.h b/keyboards/percent/canoe/config.h index 21b3dcea6..b6cc5df23 100644 --- a/keyboards/percent/canoe/config.h +++ b/keyboards/percent/canoe/config.h | |||
@@ -43,6 +43,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
43 | 43 | ||
44 | #define RGBLIGHT_ANIMATIONS | 44 | #define RGBLIGHT_ANIMATIONS |
45 | 45 | ||
46 | #define NO_UART 1 | ||
47 | |||
48 | #endif | 46 | #endif |
diff --git a/keyboards/percent/skog/config.h b/keyboards/percent/skog/config.h index 15844711f..cbfb2b6a5 100644 --- a/keyboards/percent/skog/config.h +++ b/keyboards/percent/skog/config.h | |||
@@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
37 | 37 | ||
38 | #define BACKLIGHT_PIN D4 | 38 | #define BACKLIGHT_PIN D4 |
39 | #define BACKLIGHT_LEVELS 5 | 39 | #define BACKLIGHT_LEVELS 5 |
40 | |||
41 | #define NO_UART 1 | ||
diff --git a/keyboards/plaid/config.h b/keyboards/plaid/config.h index 8fa8aa85b..8005df2ce 100644 --- a/keyboards/plaid/config.h +++ b/keyboards/plaid/config.h | |||
@@ -49,7 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | /* COL2ROW, ROW2COL*/ | 49 | /* COL2ROW, ROW2COL*/ |
50 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
51 | 51 | ||
52 | #define NO_UART 1 | ||
53 | #define USB_MAX_POWER_CONSUMPTION 100 | 52 | #define USB_MAX_POWER_CONSUMPTION 100 |
54 | 53 | ||
55 | /* | 54 | /* |
diff --git a/keyboards/tartan/config.h b/keyboards/tartan/config.h index 4c49b7e09..ee4393e53 100644 --- a/keyboards/tartan/config.h +++ b/keyboards/tartan/config.h | |||
@@ -49,8 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | /* COL2ROW, ROW2COL*/ | 49 | /* COL2ROW, ROW2COL*/ |
50 | #define DIODE_DIRECTION COL2ROW | 50 | #define DIODE_DIRECTION COL2ROW |
51 | 51 | ||
52 | #define NO_UART 1 | ||
53 | |||
54 | /* | 52 | /* |
55 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. | 53 | * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. |
56 | */ | 54 | */ |
diff --git a/keyboards/tgr/alice/config.h b/keyboards/tgr/alice/config.h index 1f1b32d4e..cf1f107a3 100644 --- a/keyboards/tgr/alice/config.h +++ b/keyboards/tgr/alice/config.h | |||
@@ -38,5 +38,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | 38 | ||
39 | #define RGBLED_NUM 18 | 39 | #define RGBLED_NUM 18 |
40 | #define RGBLIGHT_ANIMATIONS | 40 | #define RGBLIGHT_ANIMATIONS |
41 | |||
42 | #define NO_UART 1 | ||
diff --git a/keyboards/winkeyless/bface/config.h b/keyboards/winkeyless/bface/config.h index 7ada9a49a..68ecaafc1 100644 --- a/keyboards/winkeyless/bface/config.h +++ b/keyboards/winkeyless/bface/config.h | |||
@@ -40,7 +40,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
40 | #define RGBLED_NUM 16 | 40 | #define RGBLED_NUM 16 |
41 | #define RGBLIGHT_ANIMATIONS | 41 | #define RGBLIGHT_ANIMATIONS |
42 | 42 | ||
43 | #define NO_UART 1 | ||
44 | |||
45 | #define BACKLIGHT_PIN D4 | 43 | #define BACKLIGHT_PIN D4 |
46 | #define BACKLIGHT_LEVELS 3 | 44 | #define BACKLIGHT_LEVELS 3 |
diff --git a/keyboards/winkeyless/bmini/config.h b/keyboards/winkeyless/bmini/config.h index 95c44be9a..6d46cdecb 100644 --- a/keyboards/winkeyless/bmini/config.h +++ b/keyboards/winkeyless/bmini/config.h | |||
@@ -38,5 +38,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | 38 | ||
39 | #define BACKLIGHT_PIN D4 | 39 | #define BACKLIGHT_PIN D4 |
40 | #define BACKLIGHT_LEVELS 3 | 40 | #define BACKLIGHT_LEVELS 3 |
41 | |||
42 | #define NO_UART 1 | ||
diff --git a/keyboards/winkeyless/bminiex/config.h b/keyboards/winkeyless/bminiex/config.h index 8952796a8..2da785214 100644 --- a/keyboards/winkeyless/bminiex/config.h +++ b/keyboards/winkeyless/bminiex/config.h | |||
@@ -38,5 +38,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
38 | 38 | ||
39 | #define BACKLIGHT_PIN D4 | 39 | #define BACKLIGHT_PIN D4 |
40 | #define BACKLIGHT_LEVELS 5 | 40 | #define BACKLIGHT_LEVELS 5 |
41 | |||
42 | #define NO_UART 1 | ||
diff --git a/keyboards/ymd75/config.h b/keyboards/ymd75/config.h index 88916be62..ef7171cae 100644 --- a/keyboards/ymd75/config.h +++ b/keyboards/ymd75/config.h | |||
@@ -47,5 +47,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | #define RGBLIGHT_HUE_STEP 12 | 47 | #define RGBLIGHT_HUE_STEP 12 |
48 | #define RGBLIGHT_SAT_STEP 15 | 48 | #define RGBLIGHT_SAT_STEP 15 |
49 | #define RGBLIGHT_VAL_STEP 18 | 49 | #define RGBLIGHT_VAL_STEP 18 |
50 | |||
51 | #define NO_UART 1 | ||
diff --git a/keyboards/ymd96/config.h b/keyboards/ymd96/config.h index d761e6037..ebb60242b 100644 --- a/keyboards/ymd96/config.h +++ b/keyboards/ymd96/config.h | |||
@@ -33,7 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
33 | #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 } | 33 | #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 } |
34 | #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 } | 34 | #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 } |
35 | 35 | ||
36 | //#define RGB_DI_PIN C4 | ||
37 | /* COL2ROW or ROW2COL */ | 36 | /* COL2ROW or ROW2COL */ |
38 | #define DIODE_DIRECTION COL2ROW | 37 | #define DIODE_DIRECTION COL2ROW |
39 | 38 | ||
@@ -43,7 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
43 | 42 | ||
44 | #define TAPPING_TOGGLE 3 | 43 | #define TAPPING_TOGGLE 3 |
45 | 44 | ||
46 | #define NO_UART 1 | ||
47 | #define USB_MAX_POWER_CONSUMPTION 100 | 45 | #define USB_MAX_POWER_CONSUMPTION 100 |
48 | 46 | ||
49 | /* RGB underglow */ | 47 | /* RGB underglow */ |
@@ -52,6 +50,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
52 | #define RGBLED_NUM 18 | 50 | #define RGBLED_NUM 18 |
53 | #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. | 51 | #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. |
54 | #define RGBLIGHT_ANIMATIONS | 52 | #define RGBLIGHT_ANIMATIONS |
55 | /*#define RGBLIGHT_VAL_STEP 20 | 53 | /*#define RGBLIGHT_VAL_STEP 20*/ |
56 | |||
57 | #define NO_UART 1*/ | ||
diff --git a/keyboards/ymdk/bface/config.h b/keyboards/ymdk/bface/config.h index a8c8a2149..0c12c328e 100644 --- a/keyboards/ymdk/bface/config.h +++ b/keyboards/ymdk/bface/config.h | |||
@@ -36,7 +36,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
36 | 36 | ||
37 | #define DIODE_DIRECTION COL2ROW | 37 | #define DIODE_DIRECTION COL2ROW |
38 | 38 | ||
39 | #define NO_UART 1 | ||
40 | |||
41 | #define BACKLIGHT_PIN D4 | 39 | #define BACKLIGHT_PIN D4 |
42 | #define BACKLIGHT_LEVELS 6 | 40 | #define BACKLIGHT_LEVELS 6 |
diff --git a/keyboards/ymdk_np21/config.h b/keyboards/ymdk_np21/config.h index 91478d903..291e6a896 100644 --- a/keyboards/ymdk_np21/config.h +++ b/keyboards/ymdk_np21/config.h | |||
@@ -42,8 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
42 | 42 | ||
43 | #define TAPPING_TOGGLE 3 | 43 | #define TAPPING_TOGGLE 3 |
44 | 44 | ||
45 | #define NO_UART 1 | ||
46 | |||
47 | #define USB_MAX_POWER_CONSUMPTION 100 | 45 | #define USB_MAX_POWER_CONSUMPTION 100 |
48 | 46 | ||
49 | /* RGB underglow */ | 47 | /* RGB underglow */ |
diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index d93512bca..2eb484422 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h | |||
@@ -42,8 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
42 | #define BACKLIGHT_LEVELS 1 | 42 | #define BACKLIGHT_LEVELS 1 |
43 | #define RGBLIGHT_ANIMATIONS | 43 | #define RGBLIGHT_ANIMATIONS |
44 | 44 | ||
45 | #define NO_UART 1 | ||
46 | |||
47 | /* disable these deprecated features by default */ | 45 | /* disable these deprecated features by default */ |
48 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE | 46 | #ifndef LINK_TIME_OPTIMIZATION_ENABLE |
49 | #define NO_ACTION_MACRO | 47 | #define NO_ACTION_MACRO |