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/skippys_custom_pcs | |
parent | 7d5b4adc502df7cd9e20ba96027fbfe728171b2e (diff) |
Migrate lighting defaults to info.json (#22920)
Diffstat (limited to 'keyboards/skippys_custom_pcs')
-rw-r--r-- | keyboards/skippys_custom_pcs/rooboard65/config.h | 3 | ||||
-rw-r--r-- | keyboards/skippys_custom_pcs/rooboard65/info.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/skippys_custom_pcs/rooboard65/config.h b/keyboards/skippys_custom_pcs/rooboard65/config.h index afdacdd080..b352868d2d 100644 --- a/keyboards/skippys_custom_pcs/rooboard65/config.h +++ b/keyboards/skippys_custom_pcs/rooboard65/config.h @@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Locking resynchronize hack */ #define LOCKING_RESYNC_ENABLE -#define RGBLIGHT_DEFAULT_SPD 144 -#define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL - /* Define less important options */ /* diff --git a/keyboards/skippys_custom_pcs/rooboard65/info.json b/keyboards/skippys_custom_pcs/rooboard65/info.json index 11a50e87b1..b6151a303c 100644 --- a/keyboards/skippys_custom_pcs/rooboard65/info.json +++ b/keyboards/skippys_custom_pcs/rooboard65/info.json @@ -25,6 +25,10 @@ "rgb_test": true, "alternating": true, "twinkle": true + }, + "default": { + "animation": "rainbow_swirl", + "speed": 144 } }, "matrix_pins": { |