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/keebformom | |
parent | 579db6131e271a6b3a52c3e19b2fe3a15fd403c7 (diff) |
Move `RGBLIGHT_SLEEP` to data driven (#21072)
Diffstat (limited to 'keyboards/keebformom')
-rw-r--r-- | keyboards/keebformom/config.h | 1 | ||||
-rw-r--r-- | keyboards/keebformom/info.json | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/keebformom/config.h b/keyboards/keebformom/config.h index 315e8e0bc6..f2fd71a8d0 100644 --- a/keyboards/keebformom/config.h +++ b/keyboards/keebformom/config.h @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ # define RGBLIGHT_EFFECT_BREATHING # define RGBLIGHT_EFFECT_RAINBOW_MOOD # define RGBLIGHT_EFFECT_RAINBOW_SWIRL diff --git a/keyboards/keebformom/info.json b/keyboards/keebformom/info.json index afb2058f43..ffc134d5d2 100644 --- a/keyboards/keebformom/info.json +++ b/keyboards/keebformom/info.json @@ -12,7 +12,8 @@ "pin": "F4" }, "rgblight": { - "max_brightness": 150 + "max_brightness": 150, + "sleep": true }, "matrix_pins": { "cols": ["B3", "B2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5"], |