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/doio | |
parent | 5dfe2bc37a58c80cb9ac3c36e649d93acace54da (diff) |
Remove redundant disabling of features (#22926)
Diffstat (limited to 'keyboards/doio')
-rw-r--r-- | keyboards/doio/kb38/info.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/doio/kb38/info.json b/keyboards/doio/kb38/info.json index 9a67e3ed5c..a89c5951e3 100644 --- a/keyboards/doio/kb38/info.json +++ b/keyboards/doio/kb38/info.json @@ -12,8 +12,7 @@ "extrakey": true, "mousekey": true, "nkro": true, - "rgb_matrix": true, - "rgblight": false + "rgb_matrix": true }, "matrix_pins": { "cols": ["F5", "F4", "F1", "F0", "B7", "B6", "B5", "B4"], |