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/doppelganger | |
parent | f91ca76c783b10b5edc167efeb0825cf8249e097 (diff) |
Move `RGBLED_SPLIT` to data driven (#21113)
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/doppelganger')
-rw-r--r-- | keyboards/doppelganger/config.h | 1 | ||||
-rw-r--r-- | keyboards/doppelganger/info.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/doppelganger/config.h b/keyboards/doppelganger/config.h index bc64bd9001..b61d890583 100644 --- a/keyboards/doppelganger/config.h +++ b/keyboards/doppelganger/config.h @@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLED_NUM 2 #define RGBLIGHT_SPLIT -#define RGBLED_SPLIT { 1, 1 } /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE diff --git a/keyboards/doppelganger/info.json b/keyboards/doppelganger/info.json index 83a3e68be7..49c3ac1bfa 100644 --- a/keyboards/doppelganger/info.json +++ b/keyboards/doppelganger/info.json @@ -22,6 +22,9 @@ } } }, + "rgblight": { + "split_count": [1, 1] + }, "ws2812": { "pin": "B4" }, |