diff options
author | Ryan <fauxpark@gmail.com> | 2023-06-16 14:04:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-16 14:04:45 +1000 |
commit | 2367d8129c92474eb0da66ebc5ace893097cf574 (patch) | |
tree | 07dd36030e6b490cf2c33a43bb434d419a02d0c2 /keyboards/exclusive/e7v1se/info.json | |
parent | 579db6131e271a6b3a52c3e19b2fe3a15fd403c7 (diff) |
Move `RGBLIGHT_SLEEP` to data driven (#21072)
Diffstat (limited to 'keyboards/exclusive/e7v1se/info.json')
-rw-r--r-- | keyboards/exclusive/e7v1se/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/exclusive/e7v1se/info.json b/keyboards/exclusive/e7v1se/info.json index 3244831b4d..6e6b0c9a0d 100644 --- a/keyboards/exclusive/e7v1se/info.json +++ b/keyboards/exclusive/e7v1se/info.json @@ -17,6 +17,9 @@ "pin": "B7", "breathing": true }, + "rgblight": { + "sleep": true + }, "ws2812": { "pin": "E2" }, |