summaryrefslogtreecommitdiff
path: root/keyboards/edi
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-10-15 09:55:12 -0700
committerGitHub <noreply@github.com>2022-10-15 09:55:12 -0700
commitd021bedf50801161a49812f63c425b372347055b (patch)
tree12664e74b67c630b324e6d78fd840ee2331cd3f4 /keyboards/edi
parentbe1c9af209c491c13331fa1da895ce196ba2fcda (diff)
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Diffstat (limited to 'keyboards/edi')
-rw-r--r--keyboards/edi/hardlight/mk1/config.h13
-rw-r--r--keyboards/edi/hardlight/mk2/config.h13
-rw-r--r--keyboards/edi/standaside/config.h12
3 files changed, 33 insertions, 5 deletions
diff --git a/keyboards/edi/hardlight/mk1/config.h b/keyboards/edi/hardlight/mk1/config.h
index fbcab5e8e5..56fe9e4624 100644
--- a/keyboards/edi/hardlight/mk1/config.h
+++ b/keyboards/edi/hardlight/mk1/config.h
@@ -1,6 +1,6 @@
1/* 1/*
2©2021 Everywhere Defense Industries / Fate Everywhere <fate@7storm.org> 2©2021 Everywhere Defense Industries / Fate Everywhere <fate@7storm.org>
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 3 of the License, or 6the Free Software Foundation, either version 3 of the License, or
@@ -61,7 +61,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
61 */ 61 */
62#define RGB_DI_PIN C7 62#define RGB_DI_PIN C7
63#define RGBLED_NUM 15 63#define RGBLED_NUM 15
64#define RGBLIGHT_ANIMATIONS 64#define RGBLIGHT_EFFECT_BREATHING
65#define RGBLIGHT_EFFECT_RAINBOW_MOOD
66#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
67#define RGBLIGHT_EFFECT_SNAKE
68#define RGBLIGHT_EFFECT_KNIGHT
69#define RGBLIGHT_EFFECT_CHRISTMAS
70#define RGBLIGHT_EFFECT_STATIC_GRADIENT
71#define RGBLIGHT_EFFECT_RGB_TEST
72#define RGBLIGHT_EFFECT_ALTERNATING
73#define RGBLIGHT_EFFECT_TWINKLE
65//#define RGBLIGHT_EFFECT_RAINBOW_SWIRL 74//#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
66//#define RGBLIGHT_EFFECT_KNIGHT 75//#define RGBLIGHT_EFFECT_KNIGHT
67//#define RGBLIGHT_EFFECT_TWINKLE 76//#define RGBLIGHT_EFFECT_TWINKLE
diff --git a/keyboards/edi/hardlight/mk2/config.h b/keyboards/edi/hardlight/mk2/config.h
index 2cf9ab9af9..fe6d96b613 100644
--- a/keyboards/edi/hardlight/mk2/config.h
+++ b/keyboards/edi/hardlight/mk2/config.h
@@ -1,6 +1,6 @@
1/* 1/*
2©2021 Everywhere Defense Industries / Fate Everywhere <fate@7storm.org> 2©2021 Everywhere Defense Industries / Fate Everywhere <fate@7storm.org>
3 3
4This program is free software: you can redistribute it and/or modify 4This program is free software: you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by
6the Free Software Foundation, either version 3 of the License, or 6the Free Software Foundation, either version 3 of the License, or
@@ -39,7 +39,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
39/* RGB Underglow */ 39/* RGB Underglow */
40#define RGB_DI_PIN A10 40#define RGB_DI_PIN A10
41#define RGBLED_NUM 32 41#define RGBLED_NUM 32
42#define RGBLIGHT_ANIMATIONS 42#define RGBLIGHT_EFFECT_BREATHING
43#define RGBLIGHT_EFFECT_RAINBOW_MOOD
44#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
45#define RGBLIGHT_EFFECT_SNAKE
46#define RGBLIGHT_EFFECT_KNIGHT
47#define RGBLIGHT_EFFECT_CHRISTMAS
48#define RGBLIGHT_EFFECT_STATIC_GRADIENT
49#define RGBLIGHT_EFFECT_RGB_TEST
50#define RGBLIGHT_EFFECT_ALTERNATING
51#define RGBLIGHT_EFFECT_TWINKLE
43#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5 52#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5
44//#define RGBLIGHT_LIMIT_VAL 200 53//#define RGBLIGHT_LIMIT_VAL 200
45 54
diff --git a/keyboards/edi/standaside/config.h b/keyboards/edi/standaside/config.h
index ebf0f6de9a..e3786a57fa 100644
--- a/keyboards/edi/standaside/config.h
+++ b/keyboards/edi/standaside/config.h
@@ -48,7 +48,17 @@
48 */ 48 */
49#define RGB_DI_PIN C7 49#define RGB_DI_PIN C7
50#define RGBLED_NUM 12 50#define RGBLED_NUM 12
51#define RGBLIGHT_ANIMATIONS 51#define RGBLIGHT_EFFECT_BREATHING
52#define RGBLIGHT_EFFECT_RAINBOW_MOOD
53#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
54#define RGBLIGHT_EFFECT_SNAKE
55#define RGBLIGHT_EFFECT_KNIGHT
56#define RGBLIGHT_EFFECT_CHRISTMAS
57#define RGBLIGHT_EFFECT_STATIC_GRADIENT
58#define RGBLIGHT_EFFECT_RGB_TEST
59#define RGBLIGHT_EFFECT_ALTERNATING
60#define RGBLIGHT_EFFECT_TWINKLE
61
52 62
53/* If defined, GRAVE_ESC will always act as ESC when CTRL is held. 63/* If defined, GRAVE_ESC will always act as ESC when CTRL is held.
54 * This is userful for the Windows task manager shortcut (ctrl+shift+esc). 64 * This is userful for the Windows task manager shortcut (ctrl+shift+esc).