summaryrefslogtreecommitdiff
path: root/keyboards/kagizaraya
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-15 22:27:26 +1000
committerGitHub <noreply@github.com>2023-06-15 13:27:26 +0100
commite8ca83a353cae7a6faaf65d95ceb1f64278f27f4 (patch)
tree6150299aea107554029f3ca394d38786959eab2b /keyboards/kagizaraya
parentc011eb1ead8970411c16b61f74b76a4364e258eb (diff)
Move `RGBLIGHT_SPLIT` to data driven (#21190)
* Move `RGBLIGHT_SPLIT` to data driven * Remove where `split_count` is already set
Diffstat (limited to 'keyboards/kagizaraya')
-rw-r--r--keyboards/kagizaraya/scythe/config.h1
-rw-r--r--keyboards/kagizaraya/scythe/info.json3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/kagizaraya/scythe/config.h b/keyboards/kagizaraya/scythe/config.h
index 96e9669046..cafa5575bb 100644
--- a/keyboards/kagizaraya/scythe/config.h
+++ b/keyboards/kagizaraya/scythe/config.h
@@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#define RGBLIGHT_SPLIT 1
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
diff --git a/keyboards/kagizaraya/scythe/info.json b/keyboards/kagizaraya/scythe/info.json
index 8198cd0017..0aaeb704ac 100644
--- a/keyboards/kagizaraya/scythe/info.json
+++ b/keyboards/kagizaraya/scythe/info.json
@@ -19,6 +19,9 @@
"split": {
"soft_serial_pin": "D0"
},
+ "rgblight": {
+ "split": true
+ },
"ws2812": {
"pin": "F0"
},