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/hineybush/h65/info.json | |
parent | 579db6131e271a6b3a52c3e19b2fe3a15fd403c7 (diff) |
Move `RGBLIGHT_SLEEP` to data driven (#21072)
Diffstat (limited to 'keyboards/hineybush/h65/info.json')
-rw-r--r-- | keyboards/hineybush/h65/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/hineybush/h65/info.json b/keyboards/hineybush/h65/info.json index dba8541b99..9e98e38b36 100644 --- a/keyboards/hineybush/h65/info.json +++ b/keyboards/hineybush/h65/info.json @@ -20,6 +20,9 @@ "indicators": { "caps_lock": "E6" }, + "rgblight": { + "sleep": true + }, "ws2812": { "pin": "D2" }, |