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/deltasplit75 | |
| parent | 7178645be79510eb623098bccbf1724ff9970edc (diff) | |
Move `RGBLED_NUM` to data driven (#21278)
Diffstat (limited to 'keyboards/deltasplit75')
| -rw-r--r-- | keyboards/deltasplit75/v2/config.h | 2 | ||||
| -rw-r--r-- | keyboards/deltasplit75/v2/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/deltasplit75/v2/config.h b/keyboards/deltasplit75/v2/config.h index 4d2439ad3c..9b7700e013 100644 --- a/keyboards/deltasplit75/v2/config.h +++ b/keyboards/deltasplit75/v2/config.h | |||
| @@ -22,8 +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 | #define RGBLED_NUM 12 // Number of LEDs | ||
| 26 | |||
| 27 | /* | 25 | /* |
| 28 | * Feature disable options | 26 | * Feature disable options |
| 29 | * These options are also useful to firmware size reduction. | 27 | * These options are also useful to firmware size reduction. |
diff --git a/keyboards/deltasplit75/v2/info.json b/keyboards/deltasplit75/v2/info.json index 857fa12e9a..d583f3bb65 100644 --- a/keyboards/deltasplit75/v2/info.json +++ b/keyboards/deltasplit75/v2/info.json | |||
| @@ -15,6 +15,9 @@ | |||
| 15 | "split": { | 15 | "split": { |
| 16 | "soft_serial_pin": "D0" | 16 | "soft_serial_pin": "D0" |
| 17 | }, | 17 | }, |
| 18 | "rgblight": { | ||
| 19 | "led_count": 12 | ||
| 20 | }, | ||
| 18 | "ws2812": { | 21 | "ws2812": { |
| 19 | "pin": "D3" | 22 | "pin": "D3" |
| 20 | }, | 23 | }, |
