diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-06 11:08:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 11:08:04 +1000 |
commit | c9cf9712aaefc2356305cbc731d06f1b1948d8c1 (patch) | |
tree | f5a65b4859b44144b1d9b756f8a7f3bb39191198 /keyboards/nacly/splitreus62 | |
parent | f91ca76c783b10b5edc167efeb0825cf8249e097 (diff) |
Move `RGBLED_SPLIT` to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/nacly/splitreus62')
-rw-r--r-- | keyboards/nacly/splitreus62/config.h | 1 | ||||
-rw-r--r-- | keyboards/nacly/splitreus62/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/nacly/splitreus62/config.h b/keyboards/nacly/splitreus62/config.h index 9c6773547e..7a5962801c 100644 --- a/keyboards/nacly/splitreus62/config.h +++ b/keyboards/nacly/splitreus62/config.h @@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLED_NUM 12 // Number of LEDs -#define RGBLED_SPLIT { 6, 6 } /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/nacly/splitreus62/info.json b/keyboards/nacly/splitreus62/info.json index 5c61b6f5fe..775f3c2497 100644 --- a/keyboards/nacly/splitreus62/info.json +++ b/keyboards/nacly/splitreus62/info.json @@ -16,6 +16,9 @@ "split": { "soft_serial_pin": "D0" }, + "rgblight": { + "split_count": [6, 6] + }, "ws2812": { "pin": "B1" }, |