diff options
author | Joel Challis <git@zvecr.com> | 2024-03-09 03:05:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 03:05:07 +0000 |
commit | 58c38175e64452e309d9e74230e629b16fe661ba (patch) | |
tree | 4493b5d3c3cbaa49b68fd260d2b200c707bd33ee /keyboards/sharkoon | |
parent | 5dfe2bc37a58c80cb9ac3c36e649d93acace54da (diff) |
Remove redundant disabling of features (#22926)
Diffstat (limited to 'keyboards/sharkoon')
-rw-r--r-- | keyboards/sharkoon/skiller_sgk50_s3/info.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/sharkoon/skiller_sgk50_s3/info.json b/keyboards/sharkoon/skiller_sgk50_s3/info.json index 0b228b034b..6535ec63b7 100644 --- a/keyboards/sharkoon/skiller_sgk50_s3/info.json +++ b/keyboards/sharkoon/skiller_sgk50_s3/info.json @@ -18,8 +18,7 @@ "extrakey": true, "mousekey": true, "nkro": true, - "rgb_matrix": true, - "rgblight": false + "rgb_matrix": true }, "matrix_pins": { "cols": ["C0", "C1", "C2", "C3", "A6", "B1", "B10", "B11", "B12", "B13", "B14", "B15", "C6", "C7", "C8", "C9"], |