From 5e3951b361e6d173b705bd3b2b6df0c543258d98 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 10 Mar 2020 06:58:25 +1100 Subject: [PATCH] Remove NO_UART defines from config.h for V-USB boards (#8351) --- keyboards/ares/config.h | 2 -- keyboards/bfake/config.h | 2 -- keyboards/coseyfannitutti/discipad/config.h | 1 - keyboards/coseyfannitutti/discipline/config.h | 1 - keyboards/coseyfannitutti/mysterium/config.h | 2 -- keyboards/db/db63/config.h | 2 -- keyboards/exent/config.h | 2 -- keyboards/ft/mars80/config.h | 2 -- keyboards/gingham/config.h | 1 - keyboards/j80/config.h | 2 -- keyboards/jc65/v32a/config.h | 2 -- keyboards/jj40/config.h | 1 - keyboards/jj4x4/config.h | 1 - keyboards/jj50/config.h | 2 -- keyboards/keycapsss/plaid_pad/config.h | 1 - keyboards/mechmini/v1/config.h | 2 -- keyboards/mt40/config.h | 2 -- keyboards/pearl/config.h | 2 -- keyboards/percent/canoe/config.h | 2 -- keyboards/percent/skog/config.h | 2 -- keyboards/plaid/config.h | 1 - keyboards/tartan/config.h | 2 -- keyboards/tgr/alice/config.h | 2 -- keyboards/winkeyless/bface/config.h | 2 -- keyboards/winkeyless/bmini/config.h | 2 -- keyboards/winkeyless/bminiex/config.h | 2 -- keyboards/ymd75/config.h | 2 -- keyboards/ymd96/config.h | 6 +----- keyboards/ymdk/bface/config.h | 2 -- keyboards/ymdk_np21/config.h | 2 -- quantum/template/ps2avrgb/config.h | 2 -- 31 files changed, 1 insertion(+), 58 deletions(-) diff --git a/keyboards/ares/config.h b/keyboards/ares/config.h index e298dfc959d0a1039d13e148c9d652fbcaa6627a..4bfe0867b17f2c41e076c5825c107367f7f33499 100644 --- a/keyboards/ares/config.h +++ b/keyboards/ares/config.h @@ -42,8 +42,6 @@ along with this program. If not, see . #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - /* key combination for magic key command */ /* defined by default; to change, uncomment and set to the combination you want */ // #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 ef7a866d3db95876098065a9233b84a045bebd1a..86faba21d0aae6e2534661654088fa60b74ba2b1 100644 --- a/keyboards/bfake/config.h +++ b/keyboards/bfake/config.h @@ -41,5 +41,3 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 3 #define RGBLIGHT_ANIMATIONS - -#define NO_UART 1 diff --git a/keyboards/coseyfannitutti/discipad/config.h b/keyboards/coseyfannitutti/discipad/config.h index 7fe0915824340c5d46605fd91ca3d43e0a6b8d17..55033bd9d069edbfc60cdcdd0501ef27aae73ade 100644 --- a/keyboards/coseyfannitutti/discipad/config.h +++ b/keyboards/coseyfannitutti/discipad/config.h @@ -49,7 +49,6 @@ along with this program. If not, see . /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* diff --git a/keyboards/coseyfannitutti/discipline/config.h b/keyboards/coseyfannitutti/discipline/config.h index 46dd49c51f6010b931aeb38648b28f91479df764..0a005ab0ddc5158176804eb77d7ec7e261dab073 100644 --- a/keyboards/coseyfannitutti/discipline/config.h +++ b/keyboards/coseyfannitutti/discipline/config.h @@ -47,7 +47,6 @@ along with this program. If not, see . /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* diff --git a/keyboards/coseyfannitutti/mysterium/config.h b/keyboards/coseyfannitutti/mysterium/config.h index 6357926483fcff8ca82844c59bbcd05187cfd511..1d0094b8b88f9b4605202db6e74a96b1447902cc 100644 --- a/keyboards/coseyfannitutti/mysterium/config.h +++ b/keyboards/coseyfannitutti/mysterium/config.h @@ -47,8 +47,6 @@ along with this program. If not, see . /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 - /* * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. */ diff --git a/keyboards/db/db63/config.h b/keyboards/db/db63/config.h index 3183201c1fe67e018da77b40658bd39f250bbdc1..4247840173cc87d0a3f24adca5c3abb27444d7a2 100644 --- a/keyboards/db/db63/config.h +++ b/keyboards/db/db63/config.h @@ -37,7 +37,5 @@ along with this program. If not, see . #define RGBLED_NUM 18 #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 diff --git a/keyboards/exent/config.h b/keyboards/exent/config.h index 48aee2206f34a240004dc6a08916f1a1a148a4e4..86d628c37c0cbf01e3603abb77a54297ec1f7162 100644 --- a/keyboards/exent/config.h +++ b/keyboards/exent/config.h @@ -44,8 +44,6 @@ along with this program. If not, see . #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - /* key combination for magic key command */ /* defined by default; to change, uncomment and set to the combination you want */ // #define IS_COMMAND() (get_mods() == MOD_MASK_SHIFT) diff --git a/keyboards/ft/mars80/config.h b/keyboards/ft/mars80/config.h index 8c1ebe4bafeeb559e9b6a10e1c91a0e90113d3de..70313ada9f04e33c8dfec0d72be07673a924023f 100644 --- a/keyboards/ft/mars80/config.h +++ b/keyboards/ft/mars80/config.h @@ -43,8 +43,6 @@ along with this program. If not, see . #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - /* key combination for magic key command */ /* defined by default; to change, uncomment and set to the combination you want */ // #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 4c880a8fcd4c005b14bd57faaeb69dc351e8fb15..45ef573ce09c74452f87a986903be76386913c32 100644 --- a/keyboards/gingham/config.h +++ b/keyboards/gingham/config.h @@ -50,7 +50,6 @@ along with this program. If not, see . /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* diff --git a/keyboards/j80/config.h b/keyboards/j80/config.h index 3a5328ac412d19372fee7a469947cbdf73e159d4..a4a10bff429df4090cbf29d2983c445f6371315d 100644 --- a/keyboards/j80/config.h +++ b/keyboards/j80/config.h @@ -38,8 +38,6 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 3 #define BACKLIGHT_PIN D4 -#define NO_UART 1 - /* disable these deprecated features by default */ #ifndef LINK_TIME_OPTIMIZATION_ENABLE #define NO_ACTION_MACRO diff --git a/keyboards/jc65/v32a/config.h b/keyboards/jc65/v32a/config.h index 392aebc2a4c4bc38f3ea033aa9ae3140f9b6a3ff..11f39a5e02049a833c9eb84d6ee8814b9e86a201 100644 --- a/keyboards/jc65/v32a/config.h +++ b/keyboards/jc65/v32a/config.h @@ -42,7 +42,5 @@ along with this program. If not, see . #define RGBLIGHT_VAL_STEP 8 #define RGBLIGHT_EFFECT_KNIGHT_LED_NUM 8 -#define NO_UART 1 - #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION diff --git a/keyboards/jj40/config.h b/keyboards/jj40/config.h index 90bcacfd1623aa900420309e81a8d591599cf035..3138023bb7df255e7340ccdde761503d53f0ff4a 100644 --- a/keyboards/jj40/config.h +++ b/keyboards/jj40/config.h @@ -45,7 +45,6 @@ along with this program. If not, see . /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* key combination for magic key command */ diff --git a/keyboards/jj4x4/config.h b/keyboards/jj4x4/config.h index b3f33d6e7adaae849f38be944ef6060c9ae3fcfa..d8ccef3ad7c29a25bc5cb1e1d78136ac14b32e91 100644 --- a/keyboards/jj4x4/config.h +++ b/keyboards/jj4x4/config.h @@ -48,7 +48,6 @@ along with this program. If not, see . /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* key combination for magic key command */ diff --git a/keyboards/jj50/config.h b/keyboards/jj50/config.h index 9b9feb0676d9b5ef147a93e4137d7f141283f3d6..2f0e98d531e025d5a149d781292802f860ec62ca 100644 --- a/keyboards/jj50/config.h +++ b/keyboards/jj50/config.h @@ -48,6 +48,4 @@ along with this program. If not, see . #define RGBLIGHT_SAT_STEP 15 #define RGBLIGHT_VAL_STEP 18 -#define NO_UART 1 - #endif diff --git a/keyboards/keycapsss/plaid_pad/config.h b/keyboards/keycapsss/plaid_pad/config.h index c4d22b6636b66262c470245f2a63aef0bdf4bc0a..1d0b31a40146e4af0171539d841d686563d2fd5c 100644 --- a/keyboards/keycapsss/plaid_pad/config.h +++ b/keyboards/keycapsss/plaid_pad/config.h @@ -25,7 +25,6 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* 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 07422f9ffda9b7da95543663ffb86ab0c19d7b6e..80a79bf869904da92f2fb27416727f92d1dcc5da 100644 --- a/keyboards/mechmini/v1/config.h +++ b/keyboards/mechmini/v1/config.h @@ -35,8 +35,6 @@ along with this program. If not, see . #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4 } #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 - #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 diff --git a/keyboards/mt40/config.h b/keyboards/mt40/config.h index f5038fb5413d9ffc5b56b18ceb46b082e10d92c1..5e3eaf935b23423ad96825fde6d9888adbba4e66 100644 --- a/keyboards/mt40/config.h +++ b/keyboards/mt40/config.h @@ -35,8 +35,6 @@ along with this program. If not, see . #define MATRIX_ROWS 7 #define MATRIX_COLS 15 -#define NO_UART 1 - #define RGB_DI_PIN C0 #define RGBLED_NUM 12 #define RGBLIGHT_ANIMATIONS diff --git a/keyboards/pearl/config.h b/keyboards/pearl/config.h index 5dbba3ec0d90412caafcf442779feb35ab242197..1acee9ba4506c7630d98ec065b26ae3066d32dec 100644 --- a/keyboards/pearl/config.h +++ b/keyboards/pearl/config.h @@ -26,8 +26,6 @@ along with this program. If not, see . #define PRODUCT Pearl #define DESCRIPTION 40% keyboard -#define NO_UART 1 - #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 12 diff --git a/keyboards/percent/canoe/config.h b/keyboards/percent/canoe/config.h index 21b3dcea6482d8c69ee487331ecd4acdac28dc3b..b6cc5df23765156e032d2f5fb3155f7634694ec5 100644 --- a/keyboards/percent/canoe/config.h +++ b/keyboards/percent/canoe/config.h @@ -43,6 +43,4 @@ along with this program. If not, see . #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - #endif diff --git a/keyboards/percent/skog/config.h b/keyboards/percent/skog/config.h index 15844711f6c1eff3b1daa62294b769a3c5e7e97c..cbfb2b6a5673a0f0d7b2c3953e6a5a985c92f085 100644 --- a/keyboards/percent/skog/config.h +++ b/keyboards/percent/skog/config.h @@ -37,5 +37,3 @@ along with this program. If not, see . #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 5 - -#define NO_UART 1 diff --git a/keyboards/plaid/config.h b/keyboards/plaid/config.h index 8fa8aa85b6271c0d7dd5b13c7d830f07372748e7..8005df2ce94d896923d87f8816a5e229c710a3f0 100644 --- a/keyboards/plaid/config.h +++ b/keyboards/plaid/config.h @@ -49,7 +49,6 @@ along with this program. If not, see . /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* diff --git a/keyboards/tartan/config.h b/keyboards/tartan/config.h index 4c49b7e09be08ea93d8a4c09e4f4c23beee22247..ee4393e53ae2d47c20f9e28b6e91b11baa278cfa 100644 --- a/keyboards/tartan/config.h +++ b/keyboards/tartan/config.h @@ -49,8 +49,6 @@ along with this program. If not, see . /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 - /* * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN. */ diff --git a/keyboards/tgr/alice/config.h b/keyboards/tgr/alice/config.h index 1f1b32d4e3f9ad31cbe0f121f1fc61fa02a78a6f..cf1f107a338377192c9a94a3c332001684bde7df 100644 --- a/keyboards/tgr/alice/config.h +++ b/keyboards/tgr/alice/config.h @@ -38,5 +38,3 @@ along with this program. If not, see . #define RGBLED_NUM 18 #define RGBLIGHT_ANIMATIONS - -#define NO_UART 1 diff --git a/keyboards/winkeyless/bface/config.h b/keyboards/winkeyless/bface/config.h index 7ada9a49ac062f1d56d34bde550e4db9c6b13edb..68ecaafc1efc69aba6308ce0220e16be758e790f 100644 --- a/keyboards/winkeyless/bface/config.h +++ b/keyboards/winkeyless/bface/config.h @@ -40,7 +40,5 @@ along with this program. If not, see . #define RGBLED_NUM 16 #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 diff --git a/keyboards/winkeyless/bmini/config.h b/keyboards/winkeyless/bmini/config.h index 95c44be9a428ef85b5e42ef11f48a9954da666de..6d46cdecbe21a2b23da0bb9b0059fc29929604c0 100644 --- a/keyboards/winkeyless/bmini/config.h +++ b/keyboards/winkeyless/bmini/config.h @@ -38,5 +38,3 @@ along with this program. If not, see . #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 - -#define NO_UART 1 diff --git a/keyboards/winkeyless/bminiex/config.h b/keyboards/winkeyless/bminiex/config.h index 8952796a813d59f636e0355c551fa46c5e9625a6..2da785214bc766abadc611690f3489dd62677709 100644 --- a/keyboards/winkeyless/bminiex/config.h +++ b/keyboards/winkeyless/bminiex/config.h @@ -38,5 +38,3 @@ along with this program. If not, see . #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 5 - -#define NO_UART 1 diff --git a/keyboards/ymd75/config.h b/keyboards/ymd75/config.h index 88916be62f8e433476d36b77b7a413780bb49cc0..ef7171cae6f4da9b35ad298ae38c0d83ff9eb28d 100644 --- a/keyboards/ymd75/config.h +++ b/keyboards/ymd75/config.h @@ -47,5 +47,3 @@ along with this program. If not, see . #define RGBLIGHT_HUE_STEP 12 #define RGBLIGHT_SAT_STEP 15 #define RGBLIGHT_VAL_STEP 18 - -#define NO_UART 1 diff --git a/keyboards/ymd96/config.h b/keyboards/ymd96/config.h index d761e60379751b89320407824a4c80284d54ac86..ebb60242beae72f7527503fa21a134e16d78963d 100644 --- a/keyboards/ymd96/config.h +++ b/keyboards/ymd96/config.h @@ -33,7 +33,6 @@ along with this program. If not, see . #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B5, B6, B7 } #define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 } -//#define RGB_DI_PIN C4 /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW @@ -43,7 +42,6 @@ along with this program. If not, see . #define TAPPING_TOGGLE 3 -#define NO_UART 1 #define USB_MAX_POWER_CONSUMPTION 100 /* RGB underglow */ @@ -52,6 +50,4 @@ along with this program. If not, see . #define RGBLED_NUM 18 #define RGB_DI_PIN E2 // NOTE: for PS2AVRGB boards, underglow commands are sent via I2C to 0xB0. #define RGBLIGHT_ANIMATIONS -/*#define RGBLIGHT_VAL_STEP 20 - -#define NO_UART 1*/ +/*#define RGBLIGHT_VAL_STEP 20*/ diff --git a/keyboards/ymdk/bface/config.h b/keyboards/ymdk/bface/config.h index a8c8a21493f91ad9250293dc62f28115381f66b6..0c12c328ecc3bd5e34e1d9bb14f35ee34f859ffe 100644 --- a/keyboards/ymdk/bface/config.h +++ b/keyboards/ymdk/bface/config.h @@ -36,7 +36,5 @@ along with this program. If not, see . #define DIODE_DIRECTION COL2ROW -#define NO_UART 1 - #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 6 diff --git a/keyboards/ymdk_np21/config.h b/keyboards/ymdk_np21/config.h index 91478d903575e9f942c2add85dab41dab41a62ad..291e6a896baa97ebd204ed35d2282638352a4dd4 100644 --- a/keyboards/ymdk_np21/config.h +++ b/keyboards/ymdk_np21/config.h @@ -42,8 +42,6 @@ along with this program. If not, see . #define TAPPING_TOGGLE 3 -#define NO_UART 1 - #define USB_MAX_POWER_CONSUMPTION 100 /* RGB underglow */ diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index d93512bca6dba59deef4868824230104c1decc29..2eb4844226fb7996a3cdfa2df9dd3ce040dc39a2 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h @@ -42,8 +42,6 @@ along with this program. If not, see . #define BACKLIGHT_LEVELS 1 #define RGBLIGHT_ANIMATIONS -#define NO_UART 1 - /* disable these deprecated features by default */ #ifndef LINK_TIME_OPTIMIZATION_ENABLE #define NO_ACTION_MACRO