summaryrefslogtreecommitdiff
path: root/keyboards/wolf/m6_c
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-01-16 01:16:31 +0000
committerGitHub <noreply@github.com>2024-01-16 01:16:31 +0000
commite1f59a6efc793522155db35155f6fbdc0504d504 (patch)
tree07538fce2ce1f3c6a49895a8e04864615f6490ab /keyboards/wolf/m6_c
parente30d0e52871ce46e6f94d5535c1d60aa75668fe5 (diff)
Migrate RGB Matrix config to info.json - TUVW (#22910)
Diffstat (limited to 'keyboards/wolf/m6_c')
-rw-r--r--keyboards/wolf/m6_c/config.h10
-rw-r--r--keyboards/wolf/m6_c/info.json6
2 files changed, 5 insertions, 11 deletions
diff --git a/keyboards/wolf/m6_c/config.h b/keyboards/wolf/m6_c/config.h
deleted file mode 100644
index 6469e63379..0000000000
--- a/keyboards/wolf/m6_c/config.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2023 contact@vwolf.be
-// SPDX-License-Identifier: GPL-2.0-or-later
-#pragma once
-
-#define RGB_MATRIX_LED_COUNT 6
-#define RGB_MATRIX_SLEEP
-#define RGB_MATRIX_KEYPRESSES
-#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
-
-#define RGB_MATRIX_DEFAULT_MODE RGB_MATRIX_CYCLE_ALL \ No newline at end of file
diff --git a/keyboards/wolf/m6_c/info.json b/keyboards/wolf/m6_c/info.json
index ff83a95164..5e02b30335 100644
--- a/keyboards/wolf/m6_c/info.json
+++ b/keyboards/wolf/m6_c/info.json
@@ -70,6 +70,9 @@
"solid_splash": true,
"solid_multisplash": true
},
+ "default": {
+ "animation": "cycle_all"
+ },
"layout": [
{ "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
{ "flags": 4, "matrix": [0, 1], "x": 122, "y": 0 },
@@ -77,7 +80,8 @@
{ "flags": 4, "matrix": [1, 2], "x": 244, "y": 64 },
{ "flags": 4, "matrix": [1, 1], "x": 122, "y": 64 },
{ "flags": 4, "matrix": [1, 0], "x": 0, "y": 64 }
- ]
+ ],
+ "sleep": true
},
"url": "",
"usb": {