diff options
| author | Joel Challis | 2023-09-25 05:04:38 +0200 |
|---|---|---|
| committer | GitHub | 2023-09-25 05:04:38 +0200 |
| commit | a4760c4d1b03e1006eb62ca72ecc22e0e6ea44bb (patch) | |
| tree | 92e2e6efb74853dab03ca364ed7f1c8dcb890a36 /keyboards/mxss/info.json | |
| parent | c597731d1d74855f039880866465773722866c11 (diff) | |
Remove duplicated rgblight implementation from mxss (#22122)
Diffstat (limited to 'keyboards/mxss/info.json')
| -rw-r--r-- | keyboards/mxss/info.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/mxss/info.json b/keyboards/mxss/info.json index 7b24c46717..0846157457 100644 --- a/keyboards/mxss/info.json +++ b/keyboards/mxss/info.json @@ -8,6 +8,15 @@ "pid": "0x5353", "device_version": "0.0.1" }, + "features": { + "bootmagic": true, + "command": false, + "console": false, + "extrakey": true, + "mousekey": true, + "nkro": false, + "rgblight": true + }, "rgblight": { "saturation_steps": 8, "brightness_steps": 8, |