diff options
| author | Ryan | 2021-09-12 06:04:56 +0200 |
|---|---|---|
| committer | GitHub | 2021-09-12 06:04:56 +0200 |
| commit | 4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch) | |
| tree | c8bce61c28184407f9af5cd6b07f369c5c51acb0 /keyboards/np12 | |
| parent | f1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff) | |
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/np12')
| -rw-r--r-- | keyboards/np12/info.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/np12/info.json b/keyboards/np12/info.json index 2bb513d845..06e544244b 100644 --- a/keyboards/np12/info.json +++ b/keyboards/np12/info.json @@ -2,8 +2,6 @@ "keyboard_name": "np12", "url": "https://github.com/nut1414/np12", "maintainer": "nut1414", - "width": 4, - "height": 4, "layouts": { "LAYOUT": { "layout": [ @@ -23,4 +21,4 @@ ] } } -}
\ No newline at end of file +} |