diff options
Diffstat (limited to 'keyboards/edi')
| -rw-r--r-- | keyboards/edi/hardlight/mk1/config.h | 19 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk1/info.json | 14 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk2/config.h | 11 | ||||
| -rw-r--r-- | keyboards/edi/hardlight/mk2/info.json | 14 | ||||
| -rw-r--r-- | keyboards/edi/standaside/config.h | 14 | ||||
| -rw-r--r-- | keyboards/edi/standaside/info.json | 14 |
6 files changed, 39 insertions, 47 deletions
diff --git a/keyboards/edi/hardlight/mk1/config.h b/keyboards/edi/hardlight/mk1/config.h index 44515c0913..89b008296b 100644 --- a/keyboards/edi/hardlight/mk1/config.h +++ b/keyboards/edi/hardlight/mk1/config.h | |||
| @@ -23,25 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | #define LOCKING_RESYNC_ENABLE | 23 | #define LOCKING_RESYNC_ENABLE |
| 24 | 24 | ||
| 25 | /* | 25 | /* |
| 26 | * Enable RGB Underlighting | ||
| 27 | */ | ||
| 28 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 29 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 30 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 31 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 32 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 33 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 34 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 35 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 36 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 37 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 38 | //#define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 39 | //#define RGBLIGHT_EFFECT_KNIGHT | ||
| 40 | //#define RGBLIGHT_EFFECT_TWINKLE | ||
| 41 | //#define RGBLIGHT_EFFECT_BREATHING | ||
| 42 | |||
| 43 | |||
| 44 | /* | ||
| 45 | * Enable Audio Subsystem with two voices | 26 | * Enable Audio Subsystem with two voices |
| 46 | */ | 27 | */ |
| 47 | // #define AUDIO_PIN C6 | 28 | // #define AUDIO_PIN C6 |
diff --git a/keyboards/edi/hardlight/mk1/info.json b/keyboards/edi/hardlight/mk1/info.json index 7e8d1a755d..dc8bcd01c6 100644 --- a/keyboards/edi/hardlight/mk1/info.json +++ b/keyboards/edi/hardlight/mk1/info.json | |||
| @@ -12,7 +12,19 @@ | |||
| 12 | }, | 12 | }, |
| 13 | "diode_direction": "COL2ROW", | 13 | "diode_direction": "COL2ROW", |
| 14 | "rgblight": { | 14 | "rgblight": { |
| 15 | "led_count": 15 | 15 | "led_count": 15, |
| 16 | "animations": { | ||
| 17 | "breathing": true, | ||
| 18 | "rainbow_mood": true, | ||
| 19 | "rainbow_swirl": true, | ||
| 20 | "snake": true, | ||
| 21 | "knight": true, | ||
| 22 | "christmas": true, | ||
| 23 | "static_gradient": true, | ||
| 24 | "rgb_test": true, | ||
| 25 | "alternating": true, | ||
| 26 | "twinkle": true | ||
| 27 | } | ||
| 16 | }, | 28 | }, |
| 17 | "ws2812": { | 29 | "ws2812": { |
| 18 | "pin": "C7" | 30 | "pin": "C7" |
diff --git a/keyboards/edi/hardlight/mk2/config.h b/keyboards/edi/hardlight/mk2/config.h index 54e18096ff..73f4b2baae 100644 --- a/keyboards/edi/hardlight/mk2/config.h +++ b/keyboards/edi/hardlight/mk2/config.h | |||
| @@ -22,17 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 22 | /* Locking resynchronize hack */ | 22 | /* Locking resynchronize hack */ |
| 23 | #define LOCKING_RESYNC_ENABLE | 23 | #define LOCKING_RESYNC_ENABLE |
| 24 | 24 | ||
| 25 | /* RGB Underglow */ | ||
| 26 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 27 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 28 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 29 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 30 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 31 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 32 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 33 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 34 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 35 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 36 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5 | 25 | #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 5 |
| 37 | 26 | ||
| 38 | /* PWM RGB Underglow Defines */ | 27 | /* PWM RGB Underglow Defines */ |
diff --git a/keyboards/edi/hardlight/mk2/info.json b/keyboards/edi/hardlight/mk2/info.json index 64be97d95b..2be212702a 100644 --- a/keyboards/edi/hardlight/mk2/info.json +++ b/keyboards/edi/hardlight/mk2/info.json | |||
| @@ -7,7 +7,19 @@ | |||
| 7 | "device_version": "0.0.7" | 7 | "device_version": "0.0.7" |
| 8 | }, | 8 | }, |
| 9 | "rgblight": { | 9 | "rgblight": { |
| 10 | "led_count": 32 | 10 | "led_count": 32, |
| 11 | "animations": { | ||
| 12 | "breathing": true, | ||
| 13 | "rainbow_mood": true, | ||
| 14 | "rainbow_swirl": true, | ||
| 15 | "snake": true, | ||
| 16 | "knight": true, | ||
| 17 | "christmas": true, | ||
| 18 | "static_gradient": true, | ||
| 19 | "rgb_test": true, | ||
| 20 | "alternating": true, | ||
| 21 | "twinkle": true | ||
| 22 | } | ||
| 11 | }, | 23 | }, |
| 12 | "ws2812": { | 24 | "ws2812": { |
| 13 | "pin": "A10", | 25 | "pin": "A10", |
diff --git a/keyboards/edi/standaside/config.h b/keyboards/edi/standaside/config.h index 23ca0b1886..7caa265c1a 100644 --- a/keyboards/edi/standaside/config.h +++ b/keyboards/edi/standaside/config.h | |||
| @@ -8,20 +8,6 @@ | |||
| 8 | #define LOCKING_RESYNC_ENABLE | 8 | #define LOCKING_RESYNC_ENABLE |
| 9 | 9 | ||
| 10 | /* | 10 | /* |
| 11 | * Enable RGB Underlighting | ||
| 12 | */ | ||
| 13 | #define RGBLIGHT_EFFECT_BREATHING | ||
| 14 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 15 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 16 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 17 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 18 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 19 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 20 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 21 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 22 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 23 | |||
| 24 | /* | ||
| 25 | * Feature disable options | 11 | * Feature disable options |
| 26 | * These options are also useful to firmware size reduction. | 12 | * These options are also useful to firmware size reduction. |
| 27 | */ | 13 | */ |
diff --git a/keyboards/edi/standaside/info.json b/keyboards/edi/standaside/info.json index 07e58f1e30..69f94729fb 100644 --- a/keyboards/edi/standaside/info.json +++ b/keyboards/edi/standaside/info.json | |||
| @@ -14,7 +14,19 @@ | |||
| 14 | }, | 14 | }, |
| 15 | "diode_direction": "COL2ROW", | 15 | "diode_direction": "COL2ROW", |
| 16 | "rgblight": { | 16 | "rgblight": { |
| 17 | "led_count": 12 | 17 | "led_count": 12, |
| 18 | "animations": { | ||
| 19 | "breathing": true, | ||
| 20 | "rainbow_mood": true, | ||
| 21 | "rainbow_swirl": true, | ||
| 22 | "snake": true, | ||
| 23 | "knight": true, | ||
| 24 | "christmas": true, | ||
| 25 | "static_gradient": true, | ||
| 26 | "rgb_test": true, | ||
| 27 | "alternating": true, | ||
| 28 | "twinkle": true | ||
| 29 | } | ||
| 18 | }, | 30 | }, |
| 19 | "ws2812": { | 31 | "ws2812": { |
| 20 | "pin": "C7" | 32 | "pin": "C7" |
