diff options
| author | Ryan <fauxpark@gmail.com> | 2023-02-17 08:13:41 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-17 08:13:41 +1100 |
| commit | 7fad94ba2d5092abe451d0bbc95caaa37fec95bc (patch) | |
| tree | 412cb8505e0452c5104aa490a9305b0e36e6c804 /keyboards/dailycraft | |
| parent | 86ab1c13315db9db5bfd2328bdf7aeb2e858343b (diff) | |
Remove unused RGBLight defines from config.h (#19859)
Diffstat (limited to 'keyboards/dailycraft')
| -rw-r--r-- | keyboards/dailycraft/bat43/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/claw44/rev1/config.h | 7 | ||||
| -rw-r--r-- | keyboards/dailycraft/owl8/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/sandbox/rev1/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/sandbox/rev2/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/stickey4/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev1_extkeys/config.h | 16 | ||||
| -rw-r--r-- | keyboards/dailycraft/wings42/rev2/config.h | 16 |
9 files changed, 0 insertions, 135 deletions
diff --git a/keyboards/dailycraft/bat43/config.h b/keyboards/dailycraft/bat43/config.h index c8fa546b33..5e2c1ee9b0 100644 --- a/keyboards/dailycraft/bat43/config.h +++ b/keyboards/dailycraft/bat43/config.h | |||
| @@ -38,22 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 38 | /* COL2ROW, ROW2COL*/ | 38 | /* COL2ROW, ROW2COL*/ |
| 39 | #define DIODE_DIRECTION COL2ROW | 39 | #define DIODE_DIRECTION COL2ROW |
| 40 | 40 | ||
| 41 | // #define RGB_DI_PIN E2 | ||
| 42 | // #ifdef RGB_DI_PIN | ||
| 43 | // #define RGBLED_NUM 16 | ||
| 44 | // #define RGBLIGHT_HUE_STEP 8 | ||
| 45 | // #define RGBLIGHT_SAT_STEP 8 | ||
| 46 | // #define RGBLIGHT_VAL_STEP 8 | ||
| 47 | // #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 48 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 49 | // /*== customize breathing effect ==*/ | ||
| 50 | // /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 51 | // #define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 52 | // /*==== use exp() and sin() ====*/ | ||
| 53 | // #define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 54 | // #define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 55 | // #endif | ||
| 56 | |||
| 57 | /* | 41 | /* |
| 58 | * Feature disable options | 42 | * Feature disable options |
| 59 | * These options are also useful to firmware size reduction. | 43 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/claw44/rev1/config.h b/keyboards/dailycraft/claw44/rev1/config.h index 1dae5a974c..5c3eabd5b6 100644 --- a/keyboards/dailycraft/claw44/rev1/config.h +++ b/keyboards/dailycraft/claw44/rev1/config.h | |||
| @@ -26,13 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 26 | #define DIODE_DIRECTION COL2ROW | 26 | #define DIODE_DIRECTION COL2ROW |
| 27 | #define SOFT_SERIAL_PIN D2 | 27 | #define SOFT_SERIAL_PIN D2 |
| 28 | 28 | ||
| 29 | /* ws2812 RGB LED */ | ||
| 30 | /* | ||
| 31 | #define RGB_DI_PIN D3 | ||
| 32 | |||
| 33 | #define RGBLED_NUM 12 // Number of LEDs | ||
| 34 | */ | ||
| 35 | |||
| 36 | /* | 29 | /* |
| 37 | * Feature disable options | 30 | * Feature disable options |
| 38 | * These options are also useful to firmware size reduction. | 31 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/dailycraft/owl8/config.h b/keyboards/dailycraft/owl8/config.h index 259efacb10..e49ff33415 100644 --- a/keyboards/dailycraft/owl8/config.h +++ b/keyboards/dailycraft/owl8/config.h | |||
| @@ -23,22 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | //#define LED_COMPOSE_PIN B3 | 23 | //#define LED_COMPOSE_PIN B3 |
| 24 | //#define LED_KANA_PIN B4 | 24 | //#define LED_KANA_PIN B4 |
| 25 | 25 | ||
| 26 | //#define RGB_DI_PIN E2 | ||
| 27 | //#ifdef RGB_DI_PIN | ||
| 28 | //# define RGBLED_NUM 16 | ||
| 29 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 30 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 31 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 32 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 33 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 34 | /*== customize breathing effect ==*/ | ||
| 35 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 36 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 37 | /*==== use exp() and sin() ====*/ | ||
| 38 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 39 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 40 | //#endif | ||
| 41 | |||
| 42 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 26 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 43 | #define LOCKING_SUPPORT_ENABLE | 27 | #define LOCKING_SUPPORT_ENABLE |
| 44 | /* Locking resynchronize hack */ | 28 | /* Locking resynchronize hack */ |
diff --git a/keyboards/dailycraft/sandbox/rev1/config.h b/keyboards/dailycraft/sandbox/rev1/config.h index 296afd5244..dd1aeb41ff 100644 --- a/keyboards/dailycraft/sandbox/rev1/config.h +++ b/keyboards/dailycraft/sandbox/rev1/config.h | |||
| @@ -44,22 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | //#define LED_COMPOSE_PIN B3 | 44 | //#define LED_COMPOSE_PIN B3 |
| 45 | //#define LED_KANA_PIN B4 | 45 | //#define LED_KANA_PIN B4 |
| 46 | 46 | ||
| 47 | //#define RGB_DI_PIN E2 | ||
| 48 | //#ifdef RGB_DI_PIN | ||
| 49 | //# define RGBLED_NUM 16 | ||
| 50 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 51 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 52 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 53 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 54 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 55 | /*== customize breathing effect ==*/ | ||
| 56 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 57 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 58 | /*==== use exp() and sin() ====*/ | ||
| 59 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 60 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 61 | //#endif | ||
| 62 | |||
| 63 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 47 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 64 | #define LOCKING_SUPPORT_ENABLE | 48 | #define LOCKING_SUPPORT_ENABLE |
| 65 | /* Locking resynchronize hack */ | 49 | /* Locking resynchronize hack */ |
diff --git a/keyboards/dailycraft/sandbox/rev2/config.h b/keyboards/dailycraft/sandbox/rev2/config.h index 1b65b5925b..0716d6376a 100644 --- a/keyboards/dailycraft/sandbox/rev2/config.h +++ b/keyboards/dailycraft/sandbox/rev2/config.h | |||
| @@ -49,22 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | //#define LED_COMPOSE_PIN B3 | 49 | //#define LED_COMPOSE_PIN B3 |
| 50 | //#define LED_KANA_PIN B4 | 50 | //#define LED_KANA_PIN B4 |
| 51 | 51 | ||
| 52 | //#define RGB_DI_PIN E2 | ||
| 53 | //#ifdef RGB_DI_PIN | ||
| 54 | //# define RGBLED_NUM 16 | ||
| 55 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 56 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 57 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 58 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 59 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 60 | /*== customize breathing effect ==*/ | ||
| 61 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 62 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 63 | /*==== use exp() and sin() ====*/ | ||
| 64 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 65 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 66 | //#endif | ||
| 67 | |||
| 68 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 52 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 69 | #define LOCKING_SUPPORT_ENABLE | 53 | #define LOCKING_SUPPORT_ENABLE |
| 70 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
diff --git a/keyboards/dailycraft/stickey4/config.h b/keyboards/dailycraft/stickey4/config.h index 259efacb10..e49ff33415 100644 --- a/keyboards/dailycraft/stickey4/config.h +++ b/keyboards/dailycraft/stickey4/config.h | |||
| @@ -23,22 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | //#define LED_COMPOSE_PIN B3 | 23 | //#define LED_COMPOSE_PIN B3 |
| 24 | //#define LED_KANA_PIN B4 | 24 | //#define LED_KANA_PIN B4 |
| 25 | 25 | ||
| 26 | //#define RGB_DI_PIN E2 | ||
| 27 | //#ifdef RGB_DI_PIN | ||
| 28 | //# define RGBLED_NUM 16 | ||
| 29 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 30 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 31 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 32 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 33 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 34 | /*== customize breathing effect ==*/ | ||
| 35 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 36 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 37 | /*==== use exp() and sin() ====*/ | ||
| 38 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 39 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 40 | //#endif | ||
| 41 | |||
| 42 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 26 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 43 | #define LOCKING_SUPPORT_ENABLE | 27 | #define LOCKING_SUPPORT_ENABLE |
| 44 | /* Locking resynchronize hack */ | 28 | /* Locking resynchronize hack */ |
diff --git a/keyboards/dailycraft/wings42/rev1/config.h b/keyboards/dailycraft/wings42/rev1/config.h index 5c23f8f449..e2617bcb5b 100644 --- a/keyboards/dailycraft/wings42/rev1/config.h +++ b/keyboards/dailycraft/wings42/rev1/config.h | |||
| @@ -49,22 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | //#define LED_COMPOSE_PIN B3 | 49 | //#define LED_COMPOSE_PIN B3 |
| 50 | //#define LED_KANA_PIN B4 | 50 | //#define LED_KANA_PIN B4 |
| 51 | 51 | ||
| 52 | //#define RGB_DI_PIN E2 | ||
| 53 | //#ifdef RGB_DI_PIN | ||
| 54 | //# define RGBLED_NUM 16 | ||
| 55 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 56 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 57 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 58 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 59 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 60 | /*== customize breathing effect ==*/ | ||
| 61 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 62 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 63 | /*==== use exp() and sin() ====*/ | ||
| 64 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 65 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 66 | //#endif | ||
| 67 | |||
| 68 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 52 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 69 | #define LOCKING_SUPPORT_ENABLE | 53 | #define LOCKING_SUPPORT_ENABLE |
| 70 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
diff --git a/keyboards/dailycraft/wings42/rev1_extkeys/config.h b/keyboards/dailycraft/wings42/rev1_extkeys/config.h index 37b689bcc5..887654a429 100644 --- a/keyboards/dailycraft/wings42/rev1_extkeys/config.h +++ b/keyboards/dailycraft/wings42/rev1_extkeys/config.h | |||
| @@ -49,22 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | //#define LED_COMPOSE_PIN B3 | 49 | //#define LED_COMPOSE_PIN B3 |
| 50 | //#define LED_KANA_PIN B4 | 50 | //#define LED_KANA_PIN B4 |
| 51 | 51 | ||
| 52 | //#define RGB_DI_PIN E2 | ||
| 53 | //#ifdef RGB_DI_PIN | ||
| 54 | //# define RGBLED_NUM 16 | ||
| 55 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 56 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 57 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 58 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 59 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 60 | /*== customize breathing effect ==*/ | ||
| 61 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 62 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 63 | /*==== use exp() and sin() ====*/ | ||
| 64 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 65 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 66 | //#endif | ||
| 67 | |||
| 68 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 52 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 69 | #define LOCKING_SUPPORT_ENABLE | 53 | #define LOCKING_SUPPORT_ENABLE |
| 70 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
diff --git a/keyboards/dailycraft/wings42/rev2/config.h b/keyboards/dailycraft/wings42/rev2/config.h index c9e23f3a87..4c66d14cd1 100644 --- a/keyboards/dailycraft/wings42/rev2/config.h +++ b/keyboards/dailycraft/wings42/rev2/config.h | |||
| @@ -49,22 +49,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | //#define LED_COMPOSE_PIN B3 | 49 | //#define LED_COMPOSE_PIN B3 |
| 50 | //#define LED_KANA_PIN B4 | 50 | //#define LED_KANA_PIN B4 |
| 51 | 51 | ||
| 52 | //#define RGB_DI_PIN E2 | ||
| 53 | //#ifdef RGB_DI_PIN | ||
| 54 | //# define RGBLED_NUM 16 | ||
| 55 | //# define RGBLIGHT_HUE_STEP 8 | ||
| 56 | //# define RGBLIGHT_SAT_STEP 8 | ||
| 57 | //# define RGBLIGHT_VAL_STEP 8 | ||
| 58 | //# define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 59 | //# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 60 | /*== customize breathing effect ==*/ | ||
| 61 | /*==== (DEFAULT) use fixed table instead of exp() and sin() ====*/ | ||
| 62 | //# define RGBLIGHT_BREATHE_TABLE_SIZE 256 // 256(default) or 128 or 64 | ||
| 63 | /*==== use exp() and sin() ====*/ | ||
| 64 | //# define RGBLIGHT_EFFECT_BREATHE_CENTER 1.85 // 1 to 2.7 | ||
| 65 | //# define RGBLIGHT_EFFECT_BREATHE_MAX 255 // 0 to 255 | ||
| 66 | //#endif | ||
| 67 | |||
| 68 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 52 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
| 69 | #define LOCKING_SUPPORT_ENABLE | 53 | #define LOCKING_SUPPORT_ENABLE |
| 70 | /* Locking resynchronize hack */ | 54 | /* Locking resynchronize hack */ |
