diff options
| author | Duncan Sutherland | 2023-12-05 00:30:02 +0100 |
|---|---|---|
| committer | GitHub | 2023-12-05 00:30:02 +0100 |
| commit | 74ae2286a6d8603394a87f147128053cdcd17270 (patch) | |
| tree | 292de4437f26fff8284c1589cde21e46d0dce99c /keyboards/holyswitch/lightweight65 | |
| parent | 525fe9be96d2f295292c84cda12a8ec498c6e429 (diff) | |
Fix erroneous commas in `info.json` files (#21712)
Diffstat (limited to 'keyboards/holyswitch/lightweight65')
| -rw-r--r-- | keyboards/holyswitch/lightweight65/info.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/holyswitch/lightweight65/info.json b/keyboards/holyswitch/lightweight65/info.json index a6252d27b5..16a9f73737 100644 --- a/keyboards/holyswitch/lightweight65/info.json +++ b/keyboards/holyswitch/lightweight65/info.json @@ -21,7 +21,7 @@ "extrakey": true, "console": false, "command": false, - "nkro": true, + "nkro": true }, "layout_aliases": { "LAYOUT": "LAYOUT_65_ansi_blocker" |