diff options
author | spbgzh <72414103+spbgzh@users.noreply.github.com> | 2023-08-12 16:53:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-12 01:53:28 -0700 |
commit | e4e90fa113fed9f91e6b7ae2e9970ba320f60bb7 (patch) | |
tree | e8e3cb4393f1730a2d89e374b7a3b580718cb847 /keyboards/wuque | |
parent | 3831407da9e63be833098afb96e7147e7b0d6940 (diff) |
[Keyboard] fix json for nemui65 (#21629)
Diffstat (limited to 'keyboards/wuque')
-rw-r--r-- | keyboards/wuque/nemui65/info.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/wuque/nemui65/info.json b/keyboards/wuque/nemui65/info.json index b56df19efd..65cfebf9b4 100644 --- a/keyboards/wuque/nemui65/info.json +++ b/keyboards/wuque/nemui65/info.json @@ -14,10 +14,10 @@ "features": { "bootmagic": true, "command": false, - "console": false + "console": false, "extrakey": true, "mousekey": true, - "nkro": true + "nkro": true, "rbglight": true }, "diode_direction": "COL2ROW", |