summaryrefslogtreecommitdiff
path: root/keyboards/omkbd
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-05-27 12:27:44 +1000
committerGitHub <noreply@github.com>2023-05-27 12:27:44 +1000
commit363bfdbfda5ea9fa996390920a9e8982535b76c8 (patch)
tree65684518b21240b47f7a64d8f0462e246ede70cc /keyboards/omkbd
parent8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff)
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/omkbd')
-rw-r--r--keyboards/omkbd/runner3680/3x6/config.h1
-rw-r--r--keyboards/omkbd/runner3680/3x6/info.json3
-rw-r--r--keyboards/omkbd/runner3680/3x7/config.h1
-rw-r--r--keyboards/omkbd/runner3680/3x7/info.json3
-rw-r--r--keyboards/omkbd/runner3680/3x8/config.h1
-rw-r--r--keyboards/omkbd/runner3680/3x8/info.json3
-rw-r--r--keyboards/omkbd/runner3680/4x6/config.h1
-rw-r--r--keyboards/omkbd/runner3680/4x6/info.json3
-rw-r--r--keyboards/omkbd/runner3680/4x7/config.h1
-rw-r--r--keyboards/omkbd/runner3680/4x7/info.json3
-rw-r--r--keyboards/omkbd/runner3680/4x8/config.h1
-rw-r--r--keyboards/omkbd/runner3680/4x8/info.json3
-rw-r--r--keyboards/omkbd/runner3680/5x6/config.h1
-rw-r--r--keyboards/omkbd/runner3680/5x6/info.json3
-rw-r--r--keyboards/omkbd/runner3680/5x6_5x8/config.h1
-rw-r--r--keyboards/omkbd/runner3680/5x6_5x8/info.json3
-rw-r--r--keyboards/omkbd/runner3680/5x7/config.h1
-rw-r--r--keyboards/omkbd/runner3680/5x7/info.json3
-rw-r--r--keyboards/omkbd/runner3680/5x8/config.h1
-rw-r--r--keyboards/omkbd/runner3680/5x8/info.json3
20 files changed, 30 insertions, 10 deletions
diff --git a/keyboards/omkbd/runner3680/3x6/config.h b/keyboards/omkbd/runner3680/3x6/config.h
index b54416a389..d2cd91cbc5 100644
--- a/keyboards/omkbd/runner3680/3x6/config.h
+++ b/keyboards/omkbd/runner3680/3x6/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 36 38#define RGBLED_NUM 36
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 18, 18 } // Number of LEDs 40#define RGBLED_SPLIT { 18, 18 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/3x6/info.json b/keyboards/omkbd/runner3680/3x6/info.json
index 9cb57ec106..c197f04207 100644
--- a/keyboards/omkbd/runner3680/3x6/info.json
+++ b/keyboards/omkbd/runner3680/3x6/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/3x7/config.h b/keyboards/omkbd/runner3680/3x7/config.h
index c70baa156f..b8c601b564 100644
--- a/keyboards/omkbd/runner3680/3x7/config.h
+++ b/keyboards/omkbd/runner3680/3x7/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 42 38#define RGBLED_NUM 42
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 21, 21 } // Number of LEDs 40#define RGBLED_SPLIT { 21, 21 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/3x7/info.json b/keyboards/omkbd/runner3680/3x7/info.json
index a3cde77a45..458fab653c 100644
--- a/keyboards/omkbd/runner3680/3x7/info.json
+++ b/keyboards/omkbd/runner3680/3x7/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/3x8/config.h b/keyboards/omkbd/runner3680/3x8/config.h
index 41740c62e4..3a273e8bb9 100644
--- a/keyboards/omkbd/runner3680/3x8/config.h
+++ b/keyboards/omkbd/runner3680/3x8/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 48 38#define RGBLED_NUM 48
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 24, 24 } // Number of LEDs 40#define RGBLED_SPLIT { 24, 24 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/3x8/info.json b/keyboards/omkbd/runner3680/3x8/info.json
index 4c816a400c..33fcc3228f 100644
--- a/keyboards/omkbd/runner3680/3x8/info.json
+++ b/keyboards/omkbd/runner3680/3x8/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/4x6/config.h b/keyboards/omkbd/runner3680/4x6/config.h
index 41740c62e4..3a273e8bb9 100644
--- a/keyboards/omkbd/runner3680/4x6/config.h
+++ b/keyboards/omkbd/runner3680/4x6/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 48 38#define RGBLED_NUM 48
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 24, 24 } // Number of LEDs 40#define RGBLED_SPLIT { 24, 24 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/4x6/info.json b/keyboards/omkbd/runner3680/4x6/info.json
index 05785c52dd..2e6eda2a2e 100644
--- a/keyboards/omkbd/runner3680/4x6/info.json
+++ b/keyboards/omkbd/runner3680/4x6/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/4x7/config.h b/keyboards/omkbd/runner3680/4x7/config.h
index 03b4919378..f6b5dcf145 100644
--- a/keyboards/omkbd/runner3680/4x7/config.h
+++ b/keyboards/omkbd/runner3680/4x7/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 56 38#define RGBLED_NUM 56
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 28, 28 } // Number of LEDs 40#define RGBLED_SPLIT { 28, 28 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/4x7/info.json b/keyboards/omkbd/runner3680/4x7/info.json
index 548cb8752f..af1a4375d6 100644
--- a/keyboards/omkbd/runner3680/4x7/info.json
+++ b/keyboards/omkbd/runner3680/4x7/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/4x8/config.h b/keyboards/omkbd/runner3680/4x8/config.h
index d3f8800e34..9a53d19688 100644
--- a/keyboards/omkbd/runner3680/4x8/config.h
+++ b/keyboards/omkbd/runner3680/4x8/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 64 38#define RGBLED_NUM 64
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 32, 32 } // Number of LEDs 40#define RGBLED_SPLIT { 32, 32 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/4x8/info.json b/keyboards/omkbd/runner3680/4x8/info.json
index e492360e6a..88dc1455ce 100644
--- a/keyboards/omkbd/runner3680/4x8/info.json
+++ b/keyboards/omkbd/runner3680/4x8/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/5x6/config.h b/keyboards/omkbd/runner3680/5x6/config.h
index 8dbc8175aa..52626f1de3 100644
--- a/keyboards/omkbd/runner3680/5x6/config.h
+++ b/keyboards/omkbd/runner3680/5x6/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 60 38#define RGBLED_NUM 60
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 30, 30 } // Number of LEDs 40#define RGBLED_SPLIT { 30, 30 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/5x6/info.json b/keyboards/omkbd/runner3680/5x6/info.json
index 2ed37dd414..08c4950b80 100644
--- a/keyboards/omkbd/runner3680/5x6/info.json
+++ b/keyboards/omkbd/runner3680/5x6/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/5x6_5x8/config.h b/keyboards/omkbd/runner3680/5x6_5x8/config.h
index 6c1d08fe32..33f41e5289 100644
--- a/keyboards/omkbd/runner3680/5x6_5x8/config.h
+++ b/keyboards/omkbd/runner3680/5x6_5x8/config.h
@@ -39,7 +39,6 @@
39#define RGBLED_NUM 70 39#define RGBLED_NUM 70
40#define RGBLIGHT_SPLIT 40#define RGBLIGHT_SPLIT
41#define RGBLED_SPLIT { 30, 40 } // Number of LEDs 41#define RGBLED_SPLIT { 30, 40 } // Number of LEDs
42#define RGBLIGHT_LIMIT_VAL 100
43#endif 42#endif
44#ifdef RGB_MATRIX_ENABLE 43#ifdef RGB_MATRIX_ENABLE
45#define RGB_MATRIX_LED_COUNT 70 44#define RGB_MATRIX_LED_COUNT 70
diff --git a/keyboards/omkbd/runner3680/5x6_5x8/info.json b/keyboards/omkbd/runner3680/5x6_5x8/info.json
index b597d80a12..8b1b7054a5 100644
--- a/keyboards/omkbd/runner3680/5x6_5x8/info.json
+++ b/keyboards/omkbd/runner3680/5x6_5x8/info.json
@@ -22,6 +22,9 @@
22 "ws2812": { 22 "ws2812": {
23 "pin": "D3" 23 "pin": "D3"
24 }, 24 },
25 "rgblight": {
26 "max_brightness": 100
27 },
25 "layouts": { 28 "layouts": {
26 "LAYOUT": { 29 "LAYOUT": {
27 "layout": [ 30 "layout": [
diff --git a/keyboards/omkbd/runner3680/5x7/config.h b/keyboards/omkbd/runner3680/5x7/config.h
index f7457e18b4..7b60494fcb 100644
--- a/keyboards/omkbd/runner3680/5x7/config.h
+++ b/keyboards/omkbd/runner3680/5x7/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 70 38#define RGBLED_NUM 70
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 35, 35 } // Number of LEDs 40#define RGBLED_SPLIT { 35, 35 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/5x7/info.json b/keyboards/omkbd/runner3680/5x7/info.json
index e9460d7d18..0c0c8670f2 100644
--- a/keyboards/omkbd/runner3680/5x7/info.json
+++ b/keyboards/omkbd/runner3680/5x7/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [
diff --git a/keyboards/omkbd/runner3680/5x8/config.h b/keyboards/omkbd/runner3680/5x8/config.h
index 193767245e..55d8ae5c97 100644
--- a/keyboards/omkbd/runner3680/5x8/config.h
+++ b/keyboards/omkbd/runner3680/5x8/config.h
@@ -38,7 +38,6 @@
38#define RGBLED_NUM 80 38#define RGBLED_NUM 80
39#define RGBLIGHT_SPLIT 39#define RGBLIGHT_SPLIT
40#define RGBLED_SPLIT { 40, 40 } // Number of LEDs 40#define RGBLED_SPLIT { 40, 40 } // Number of LEDs
41#define RGBLIGHT_LIMIT_VAL 100
42 41
43#define SELECT_SOFT_SERIAL_SPEED 1 42#define SELECT_SOFT_SERIAL_SPEED 1
44/*Sets the protocol speed when using serial communication*/ 43/*Sets the protocol speed when using serial communication*/
diff --git a/keyboards/omkbd/runner3680/5x8/info.json b/keyboards/omkbd/runner3680/5x8/info.json
index e851ec39b4..41e95e583a 100644
--- a/keyboards/omkbd/runner3680/5x8/info.json
+++ b/keyboards/omkbd/runner3680/5x8/info.json
@@ -19,6 +19,9 @@
19 "ws2812": { 19 "ws2812": {
20 "pin": "D3" 20 "pin": "D3"
21 }, 21 },
22 "rgblight": {
23 "max_brightness": 100
24 },
22 "layouts": { 25 "layouts": {
23 "LAYOUT": { 26 "LAYOUT": {
24 "layout": [ 27 "layout": [