diff options
author | Joel Challis <git@zvecr.com> | 2024-02-01 18:10:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 18:10:14 +0000 |
commit | 2f37a7854ddb0055eff7cb605492a57ff5061eb2 (patch) | |
tree | 95a990fb8cb1ec8b47c8760708d7541fa042f4ba /keyboards/prototypist | |
parent | 7d5b4adc502df7cd9e20ba96027fbfe728171b2e (diff) |
Migrate lighting defaults to info.json (#22920)
Diffstat (limited to 'keyboards/prototypist')
-rw-r--r-- | keyboards/prototypist/oceanographer/config.h | 6 | ||||
-rw-r--r-- | keyboards/prototypist/oceanographer/info.json | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/keyboards/prototypist/oceanographer/config.h b/keyboards/prototypist/oceanographer/config.h index e5719bb137..ed9c00df90 100644 --- a/keyboards/prototypist/oceanographer/config.h +++ b/keyboards/prototypist/oceanographer/config.h @@ -3,12 +3,6 @@ #pragma once -// RGB Light settings -#define RGBLIGHT_LAYERS - -#define RGBLIGHT_MAX_LAYERS 4 -#define RGBLIGHT_DEFAULT_VAL 155 - // Audio Settings #ifdef AUDIO_ENABLE diff --git a/keyboards/prototypist/oceanographer/info.json b/keyboards/prototypist/oceanographer/info.json index 488f17eeb9..d7117d6abc 100644 --- a/keyboards/prototypist/oceanographer/info.json +++ b/keyboards/prototypist/oceanographer/info.json @@ -30,6 +30,13 @@ "animations": { "alternating": true, "breathing": true + }, + "default": { + "val": 155 + }, + "layers": { + "enabled": true, + "max": 4 } }, "matrix_pins": { |