summaryrefslogtreecommitdiff
path: root/keyboards/omkbd
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-08-24 07:11:39 +1000
committerGitHub <noreply@github.com>2023-08-23 22:11:39 +0100
commit023d644bb69748d97feb49091e2c24f3fcd3da11 (patch)
tree1f8039d1fdf8408487eb5db0bee542e6f7d08af3 /keyboards/omkbd
parent79491e35e1c2abd30620dec21d6073515065cc1a (diff)
Move RGBLight animations to data driven (#21635)
* Move RGBLight animations to data driven, 0-9 * Move RGBLight animations to data driven, A * Move RGBLight animations to data driven, B * Move RGBLight animations to data driven, C * Move RGBLight animations to data driven, D * Move RGBLight animations to data driven, E * Move RGBLight animations to data driven, F * Move RGBLight animations to data driven, G * Move RGBLight animations to data driven, H * Move RGBLight animations to data driven, handwired * Move RGBLight animations to data driven, I * Move RGBLight animations to data driven, J * Move RGBLight animations to data driven, K * Move RGBLight animations to data driven, L * Move RGBLight animations to data driven, M * Move RGBLight animations to data driven, N * Move RGBLight animations to data driven, O * Move RGBLight animations to data driven, P * Move RGBLight animations to data driven, Q * Move RGBLight animations to data driven, R * Move RGBLight animations to data driven, S * Move RGBLight animations to data driven, T * Move RGBLight animations to data driven, U * Move RGBLight animations to data driven, V * Move RGBLight animations to data driven, W * Move RGBLight animations to data driven, X * Move RGBLight animations to data driven, Y * Move RGBLight animations to data driven, Z * Fix incorrect placement * Fix build failures and mismatches
Diffstat (limited to 'keyboards/omkbd')
-rw-r--r--keyboards/omkbd/ergodash/mini/config.h12
-rw-r--r--keyboards/omkbd/ergodash/mini/info.json14
-rw-r--r--keyboards/omkbd/ergodash/rev1/config.h12
-rw-r--r--keyboards/omkbd/ergodash/rev1/info.json14
-rw-r--r--keyboards/omkbd/runner3680/3x6/config.h12
-rw-r--r--keyboards/omkbd/runner3680/3x6/info.json14
-rw-r--r--keyboards/omkbd/runner3680/3x7/config.h12
-rw-r--r--keyboards/omkbd/runner3680/3x7/info.json14
-rw-r--r--keyboards/omkbd/runner3680/3x8/config.h12
-rw-r--r--keyboards/omkbd/runner3680/3x8/info.json14
-rw-r--r--keyboards/omkbd/runner3680/4x6/config.h12
-rw-r--r--keyboards/omkbd/runner3680/4x6/info.json14
-rw-r--r--keyboards/omkbd/runner3680/4x7/config.h12
-rw-r--r--keyboards/omkbd/runner3680/4x7/info.json14
-rw-r--r--keyboards/omkbd/runner3680/4x8/config.h12
-rw-r--r--keyboards/omkbd/runner3680/4x8/info.json14
-rw-r--r--keyboards/omkbd/runner3680/5x6/config.h12
-rw-r--r--keyboards/omkbd/runner3680/5x6/info.json14
-rw-r--r--keyboards/omkbd/runner3680/5x6_5x8/config.h13
-rw-r--r--keyboards/omkbd/runner3680/5x6_5x8/info.json14
-rw-r--r--keyboards/omkbd/runner3680/5x7/config.h12
-rw-r--r--keyboards/omkbd/runner3680/5x7/info.json14
-rw-r--r--keyboards/omkbd/runner3680/5x8/config.h12
-rw-r--r--keyboards/omkbd/runner3680/5x8/info.json14
24 files changed, 156 insertions, 157 deletions
diff --git a/keyboards/omkbd/ergodash/mini/config.h b/keyboards/omkbd/ergodash/mini/config.h
index 42c07ce4ac..26543ebb9d 100644
--- a/keyboards/omkbd/ergodash/mini/config.h
+++ b/keyboards/omkbd/ergodash/mini/config.h
@@ -25,18 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25/* Locking resynchronize hack */ 25/* Locking resynchronize hack */
26#define LOCKING_RESYNC_ENABLE 26#define LOCKING_RESYNC_ENABLE
27 27
28/* ws2812 RGB LED */
29#define RGBLIGHT_EFFECT_BREATHING
30#define RGBLIGHT_EFFECT_RAINBOW_MOOD
31#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
32#define RGBLIGHT_EFFECT_SNAKE
33#define RGBLIGHT_EFFECT_KNIGHT
34#define RGBLIGHT_EFFECT_CHRISTMAS
35#define RGBLIGHT_EFFECT_STATIC_GRADIENT
36#define RGBLIGHT_EFFECT_RGB_TEST
37#define RGBLIGHT_EFFECT_ALTERNATING
38#define RGBLIGHT_EFFECT_TWINKLE
39
40#define SELECT_SOFT_SERIAL_SPEED 1 28#define SELECT_SOFT_SERIAL_SPEED 1
41/*Sets the protocol speed when using serial communication*/ 29/*Sets the protocol speed when using serial communication*/
42//Speeds: 30//Speeds:
diff --git a/keyboards/omkbd/ergodash/mini/info.json b/keyboards/omkbd/ergodash/mini/info.json
index 91e73a97a8..4e4a13e93a 100644
--- a/keyboards/omkbd/ergodash/mini/info.json
+++ b/keyboards/omkbd/ergodash/mini/info.json
@@ -25,7 +25,19 @@
25 }, 25 },
26 "rgblight": { 26 "rgblight": {
27 "led_count": 20, 27 "led_count": 20,
28 "split_count": [10, 10] 28 "split_count": [10, 10],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "ws2812": { 42 "ws2812": {
31 "pin": "D3" 43 "pin": "D3"
diff --git a/keyboards/omkbd/ergodash/rev1/config.h b/keyboards/omkbd/ergodash/rev1/config.h
index 42c07ce4ac..26543ebb9d 100644
--- a/keyboards/omkbd/ergodash/rev1/config.h
+++ b/keyboards/omkbd/ergodash/rev1/config.h
@@ -25,18 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25/* Locking resynchronize hack */ 25/* Locking resynchronize hack */
26#define LOCKING_RESYNC_ENABLE 26#define LOCKING_RESYNC_ENABLE
27 27
28/* ws2812 RGB LED */
29#define RGBLIGHT_EFFECT_BREATHING
30#define RGBLIGHT_EFFECT_RAINBOW_MOOD
31#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
32#define RGBLIGHT_EFFECT_SNAKE
33#define RGBLIGHT_EFFECT_KNIGHT
34#define RGBLIGHT_EFFECT_CHRISTMAS
35#define RGBLIGHT_EFFECT_STATIC_GRADIENT
36#define RGBLIGHT_EFFECT_RGB_TEST
37#define RGBLIGHT_EFFECT_ALTERNATING
38#define RGBLIGHT_EFFECT_TWINKLE
39
40#define SELECT_SOFT_SERIAL_SPEED 1 28#define SELECT_SOFT_SERIAL_SPEED 1
41/*Sets the protocol speed when using serial communication*/ 29/*Sets the protocol speed when using serial communication*/
42//Speeds: 30//Speeds:
diff --git a/keyboards/omkbd/ergodash/rev1/info.json b/keyboards/omkbd/ergodash/rev1/info.json
index d34d4f79b1..b3ebe4648e 100644
--- a/keyboards/omkbd/ergodash/rev1/info.json
+++ b/keyboards/omkbd/ergodash/rev1/info.json
@@ -26,7 +26,19 @@
26 "rgblight": { 26 "rgblight": {
27 "led_count": 24, 27 "led_count": 24,
28 "led_map": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12], 28 "led_map": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 12],
29 "split_count": [12, 12] 29 "split_count": [12, 12],
30 "animations": {
31 "breathing": true,
32 "rainbow_mood": true,
33 "rainbow_swirl": true,
34 "snake": true,
35 "knight": true,
36 "christmas": true,
37 "static_gradient": true,
38 "rgb_test": true,
39 "alternating": true,
40 "twinkle": true
41 }
30 }, 42 },
31 "ws2812": { 43 "ws2812": {
32 "pin": "D3" 44 "pin": "D3"
diff --git a/keyboards/omkbd/runner3680/3x6/config.h b/keyboards/omkbd/runner3680/3x6/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/3x6/config.h
+++ b/keyboards/omkbd/runner3680/3x6/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/3x6/info.json b/keyboards/omkbd/runner3680/3x6/info.json
index d8217108be..f2a169d228 100644
--- a/keyboards/omkbd/runner3680/3x6/info.json
+++ b/keyboards/omkbd/runner3680/3x6/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 36, 26 "led_count": 36,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [18, 18] 28 "split_count": [18, 18],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/3x7/config.h b/keyboards/omkbd/runner3680/3x7/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/3x7/config.h
+++ b/keyboards/omkbd/runner3680/3x7/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/3x7/info.json b/keyboards/omkbd/runner3680/3x7/info.json
index ef025ccdf0..e4b36983e7 100644
--- a/keyboards/omkbd/runner3680/3x7/info.json
+++ b/keyboards/omkbd/runner3680/3x7/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 42, 26 "led_count": 42,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [21, 21] 28 "split_count": [21, 21],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/3x8/config.h b/keyboards/omkbd/runner3680/3x8/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/3x8/config.h
+++ b/keyboards/omkbd/runner3680/3x8/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/3x8/info.json b/keyboards/omkbd/runner3680/3x8/info.json
index e360b1de48..e001332796 100644
--- a/keyboards/omkbd/runner3680/3x8/info.json
+++ b/keyboards/omkbd/runner3680/3x8/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 48, 26 "led_count": 48,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [24, 24] 28 "split_count": [24, 24],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/4x6/config.h b/keyboards/omkbd/runner3680/4x6/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/4x6/config.h
+++ b/keyboards/omkbd/runner3680/4x6/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/4x6/info.json b/keyboards/omkbd/runner3680/4x6/info.json
index c052c6891c..6568a9e845 100644
--- a/keyboards/omkbd/runner3680/4x6/info.json
+++ b/keyboards/omkbd/runner3680/4x6/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 48, 26 "led_count": 48,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [24, 24] 28 "split_count": [24, 24],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/4x7/config.h b/keyboards/omkbd/runner3680/4x7/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/4x7/config.h
+++ b/keyboards/omkbd/runner3680/4x7/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/4x7/info.json b/keyboards/omkbd/runner3680/4x7/info.json
index dc445a7a4f..88f3bdd18d 100644
--- a/keyboards/omkbd/runner3680/4x7/info.json
+++ b/keyboards/omkbd/runner3680/4x7/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 56, 26 "led_count": 56,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [28, 28] 28 "split_count": [28, 28],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/4x8/config.h b/keyboards/omkbd/runner3680/4x8/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/4x8/config.h
+++ b/keyboards/omkbd/runner3680/4x8/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/4x8/info.json b/keyboards/omkbd/runner3680/4x8/info.json
index 1ac4ca08a7..1ee1d482c9 100644
--- a/keyboards/omkbd/runner3680/4x8/info.json
+++ b/keyboards/omkbd/runner3680/4x8/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 64, 26 "led_count": 64,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [32, 32] 28 "split_count": [32, 32],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/5x6/config.h b/keyboards/omkbd/runner3680/5x6/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/5x6/config.h
+++ b/keyboards/omkbd/runner3680/5x6/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/5x6/info.json b/keyboards/omkbd/runner3680/5x6/info.json
index a93571c981..28fddf1873 100644
--- a/keyboards/omkbd/runner3680/5x6/info.json
+++ b/keyboards/omkbd/runner3680/5x6/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 60, 26 "led_count": 60,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [30, 30] 28 "split_count": [30, 30],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/5x6_5x8/config.h b/keyboards/omkbd/runner3680/5x6_5x8/config.h
index c360e27e42..99e7de0d87 100644
--- a/keyboards/omkbd/runner3680/5x6_5x8/config.h
+++ b/keyboards/omkbd/runner3680/5x6_5x8/config.h
@@ -21,19 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#ifdef RGBLIGHT_ENABLE
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#endif
37#ifdef RGB_MATRIX_ENABLE 24#ifdef RGB_MATRIX_ENABLE
38#define RGB_MATRIX_LED_COUNT 70 25#define RGB_MATRIX_LED_COUNT 70
39#define RGB_MATRIX_SPLIT { 30, 40 } // Number of LEDs 26#define RGB_MATRIX_SPLIT { 30, 40 } // Number of LEDs
diff --git a/keyboards/omkbd/runner3680/5x6_5x8/info.json b/keyboards/omkbd/runner3680/5x6_5x8/info.json
index 7b717f7a3d..ed687ddb3d 100644
--- a/keyboards/omkbd/runner3680/5x6_5x8/info.json
+++ b/keyboards/omkbd/runner3680/5x6_5x8/info.json
@@ -28,7 +28,19 @@
28 "rgblight": { 28 "rgblight": {
29 "led_count": 70, 29 "led_count": 70,
30 "max_brightness": 100, 30 "max_brightness": 100,
31 "split_count": [30, 40] 31 "split_count": [30, 40],
32 "animations": {
33 "breathing": true,
34 "rainbow_mood": true,
35 "rainbow_swirl": true,
36 "snake": true,
37 "knight": true,
38 "christmas": true,
39 "static_gradient": true,
40 "rgb_test": true,
41 "alternating": true,
42 "twinkle": true
43 }
32 }, 44 },
33 "layouts": { 45 "layouts": {
34 "LAYOUT": { 46 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/5x7/config.h b/keyboards/omkbd/runner3680/5x7/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/5x7/config.h
+++ b/keyboards/omkbd/runner3680/5x7/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/5x7/info.json b/keyboards/omkbd/runner3680/5x7/info.json
index 1b2240948c..10a833a839 100644
--- a/keyboards/omkbd/runner3680/5x7/info.json
+++ b/keyboards/omkbd/runner3680/5x7/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 70, 26 "led_count": 70,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [35, 35] 28 "split_count": [35, 35],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {
diff --git a/keyboards/omkbd/runner3680/5x8/config.h b/keyboards/omkbd/runner3680/5x8/config.h
index 127483886e..c0a755e251 100644
--- a/keyboards/omkbd/runner3680/5x8/config.h
+++ b/keyboards/omkbd/runner3680/5x8/config.h
@@ -21,18 +21,6 @@
21/* Locking resynchronize hack */ 21/* Locking resynchronize hack */
22#define LOCKING_RESYNC_ENABLE 22#define LOCKING_RESYNC_ENABLE
23 23
24/* ws2812 RGB LED */
25#define RGBLIGHT_EFFECT_BREATHING
26#define RGBLIGHT_EFFECT_RAINBOW_MOOD
27#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
28#define RGBLIGHT_EFFECT_SNAKE
29#define RGBLIGHT_EFFECT_KNIGHT
30#define RGBLIGHT_EFFECT_CHRISTMAS
31#define RGBLIGHT_EFFECT_STATIC_GRADIENT
32#define RGBLIGHT_EFFECT_RGB_TEST
33#define RGBLIGHT_EFFECT_ALTERNATING
34#define RGBLIGHT_EFFECT_TWINKLE
35
36#define SELECT_SOFT_SERIAL_SPEED 1 24#define SELECT_SOFT_SERIAL_SPEED 1
37/*Sets the protocol speed when using serial communication*/ 25/*Sets the protocol speed when using serial communication*/
38//Speeds: 26//Speeds:
diff --git a/keyboards/omkbd/runner3680/5x8/info.json b/keyboards/omkbd/runner3680/5x8/info.json
index a957352e5e..8b2ca0142c 100644
--- a/keyboards/omkbd/runner3680/5x8/info.json
+++ b/keyboards/omkbd/runner3680/5x8/info.json
@@ -25,7 +25,19 @@
25 "rgblight": { 25 "rgblight": {
26 "led_count": 80, 26 "led_count": 80,
27 "max_brightness": 100, 27 "max_brightness": 100,
28 "split_count": [40, 40] 28 "split_count": [40, 40],
29 "animations": {
30 "breathing": true,
31 "rainbow_mood": true,
32 "rainbow_swirl": true,
33 "snake": true,
34 "knight": true,
35 "christmas": true,
36 "static_gradient": true,
37 "rgb_test": true,
38 "alternating": true,
39 "twinkle": true
40 }
29 }, 41 },
30 "layouts": { 42 "layouts": {
31 "LAYOUT": { 43 "LAYOUT": {