summaryrefslogtreecommitdiff
path: root/keyboards/sharkoon
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-01-16 01:03:55 +0000
committerGitHub <noreply@github.com>2024-01-16 01:03:55 +0000
commita90b45e8320389160ee1a649ccf95d6d820fd277 (patch)
tree2a7dbc7cdb6dc5d1ffef7511ad2307ea0a10db8c /keyboards/sharkoon
parentde6ae3408c798ab38ed09b6c91ae1684121f5ca2 (diff)
Migrate RGB Matrix config to info.json - RS (#22909)
Diffstat (limited to 'keyboards/sharkoon')
-rw-r--r--keyboards/sharkoon/skiller_sgk50_s3/config.h5
-rw-r--r--keyboards/sharkoon/skiller_sgk50_s3/info.json6
2 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/sharkoon/skiller_sgk50_s3/config.h b/keyboards/sharkoon/skiller_sgk50_s3/config.h
index 113ee2bab0..7cc691ea95 100644
--- a/keyboards/sharkoon/skiller_sgk50_s3/config.h
+++ b/keyboards/sharkoon/skiller_sgk50_s3/config.h
@@ -3,11 +3,6 @@
#pragma once
-/* RGB Matrix */
-#define RGB_MATRIX_LED_COUNT 88
-#define RGB_DISABLE_WHEN_USB_SUSPENDED
-#define RGB_MATRIX_DEFAULT_VAL 80
-
/* SPI Config for spi flash*/
#define SPI_DRIVER SPIDQ
#define SPI_SCK_PIN B3
diff --git a/keyboards/sharkoon/skiller_sgk50_s3/info.json b/keyboards/sharkoon/skiller_sgk50_s3/info.json
index 9dd0ddb50c..e594bd63a1 100644
--- a/keyboards/sharkoon/skiller_sgk50_s3/info.json
+++ b/keyboards/sharkoon/skiller_sgk50_s3/info.json
@@ -73,6 +73,9 @@
"splash": true,
"typing_heatmap": true
},
+ "default": {
+ "val": 80
+ },
"driver": "ws2812",
"layout": [
{"matrix": [5, 6], "x": 90, "y": 64, "flags": 4},
@@ -165,7 +168,8 @@
{"matrix": [4, 1], "x": 15, "y": 51, "flags": 4}
],
"max_brightness": 110,
- "val_steps": 28
+ "val_steps": 28,
+ "sleep": true
},
"url": "",
"usb": {