diff options
| author | Ryan | 2023-06-16 06:04:45 +0200 |
|---|---|---|
| committer | GitHub | 2023-06-16 06:04:45 +0200 |
| commit | 2367d8129c92474eb0da66ebc5ace893097cf574 (patch) | |
| tree | 07dd36030e6b490cf2c33a43bb434d419a02d0c2 /keyboards/jacky_studio/bear_65 | |
| parent | 579db6131e271a6b3a52c3e19b2fe3a15fd403c7 (diff) | |
Move `RGBLIGHT_SLEEP` to data driven (#21072)
Diffstat (limited to 'keyboards/jacky_studio/bear_65')
| -rw-r--r-- | keyboards/jacky_studio/bear_65/config.h | 2 | ||||
| -rw-r--r-- | keyboards/jacky_studio/bear_65/rev1/info.json | 3 | ||||
| -rw-r--r-- | keyboards/jacky_studio/bear_65/rev2/info.json | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/jacky_studio/bear_65/config.h b/keyboards/jacky_studio/bear_65/config.h index c432e839d0..173780248b 100644 --- a/keyboards/jacky_studio/bear_65/config.h +++ b/keyboards/jacky_studio/bear_65/config.h @@ -24,5 +24,3 @@ #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -/* If defined, the RGB lighting will be switched off when the host goes to sleep */ -#define RGBLIGHT_SLEEP diff --git a/keyboards/jacky_studio/bear_65/rev1/info.json b/keyboards/jacky_studio/bear_65/rev1/info.json index 77c0e44c0d..1e8c7cb7d3 100644 --- a/keyboards/jacky_studio/bear_65/rev1/info.json +++ b/keyboards/jacky_studio/bear_65/rev1/info.json @@ -25,7 +25,8 @@ "pin": "E2" }, "rgblight": { - "max_brightness": 200 + "max_brightness": 200, + "sleep": true }, "indicators": { "caps_lock": "C7", diff --git a/keyboards/jacky_studio/bear_65/rev2/info.json b/keyboards/jacky_studio/bear_65/rev2/info.json index 8e1779ceea..d500952303 100644 --- a/keyboards/jacky_studio/bear_65/rev2/info.json +++ b/keyboards/jacky_studio/bear_65/rev2/info.json @@ -25,7 +25,8 @@ "pin": "E2" }, "rgblight": { - "max_brightness": 200 + "max_brightness": 200, + "sleep": true }, "indicators": { "caps_lock": "C7", |