diff options
| author | Ryan <fauxpark@gmail.com> | 2023-06-18 14:39:07 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-18 14:39:07 +1000 |
| commit | b1783db4eacacaf8181cfbce13146db1941486ba (patch) | |
| tree | d464d835a882fa7b2c205eb0b2d73f7ddf0b7145 /keyboards/ai03 | |
| parent | 7178645be79510eb623098bccbf1724ff9970edc (diff) | |
Move `RGBLED_NUM` to data driven (#21278)
Diffstat (limited to 'keyboards/ai03')
| -rw-r--r-- | keyboards/ai03/polaris/config.h | 1 | ||||
| -rw-r--r-- | keyboards/ai03/polaris/info.json | 1 | ||||
| -rw-r--r-- | keyboards/ai03/voyager60_alps/config.h | 1 | ||||
| -rw-r--r-- | keyboards/ai03/voyager60_alps/info.json | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ai03/polaris/config.h b/keyboards/ai03/polaris/config.h index d70b56bd62..8679584d99 100644 --- a/keyboards/ai03/polaris/config.h +++ b/keyboards/ai03/polaris/config.h | |||
| @@ -17,7 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 17 | 17 | ||
| 18 | #pragma once | 18 | #pragma once |
| 19 | 19 | ||
| 20 | #define RGBLED_NUM 14 | ||
| 21 | #define RGBLIGHT_HUE_STEP 8 | 20 | #define RGBLIGHT_HUE_STEP 8 |
| 22 | #define RGBLIGHT_SAT_STEP 8 | 21 | #define RGBLIGHT_SAT_STEP 8 |
| 23 | #define RGBLIGHT_VAL_STEP 8 | 22 | #define RGBLIGHT_VAL_STEP 8 |
diff --git a/keyboards/ai03/polaris/info.json b/keyboards/ai03/polaris/info.json index 2753813eda..d34a785aa7 100644 --- a/keyboards/ai03/polaris/info.json +++ b/keyboards/ai03/polaris/info.json | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | "breathing": true | 19 | "breathing": true |
| 20 | }, | 20 | }, |
| 21 | "rgblight": { | 21 | "rgblight": { |
| 22 | "led_count": 14, | ||
| 22 | "max_brightness": 200, | 23 | "max_brightness": 200, |
| 23 | "sleep": true | 24 | "sleep": true |
| 24 | }, | 25 | }, |
diff --git a/keyboards/ai03/voyager60_alps/config.h b/keyboards/ai03/voyager60_alps/config.h index dffeb072ee..5ce015408a 100644 --- a/keyboards/ai03/voyager60_alps/config.h +++ b/keyboards/ai03/voyager60_alps/config.h | |||
| @@ -14,7 +14,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 14 | 14 | ||
| 15 | #pragma once | 15 | #pragma once |
| 16 | 16 | ||
| 17 | #define RGBLED_NUM 14 | ||
| 18 | #define RGBLIGHT_HUE_STEP 8 | 17 | #define RGBLIGHT_HUE_STEP 8 |
| 19 | #define RGBLIGHT_SAT_STEP 8 | 18 | #define RGBLIGHT_SAT_STEP 8 |
| 20 | #define RGBLIGHT_VAL_STEP 8 | 19 | #define RGBLIGHT_VAL_STEP 8 |
diff --git a/keyboards/ai03/voyager60_alps/info.json b/keyboards/ai03/voyager60_alps/info.json index 063ef8c5a3..cd790bcc69 100644 --- a/keyboards/ai03/voyager60_alps/info.json +++ b/keyboards/ai03/voyager60_alps/info.json | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | "device_version": "0.0.1" | 9 | "device_version": "0.0.1" |
| 10 | }, | 10 | }, |
| 11 | "rgblight": { | 11 | "rgblight": { |
| 12 | "led_count": 14, | ||
| 12 | "sleep": true | 13 | "sleep": true |
| 13 | }, | 14 | }, |
| 14 | "ws2812": { | 15 | "ws2812": { |
