diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-12 14:04:56 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-12 14:04:56 +1000 |
commit | 4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch) | |
tree | c8bce61c28184407f9af5cd6b07f369c5c51acb0 /keyboards/wilba_tech/rama_works_m10_c | |
parent | f1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff) |
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/wilba_tech/rama_works_m10_c')
-rw-r--r-- | keyboards/wilba_tech/rama_works_m10_c/info.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/wilba_tech/rama_works_m10_c/info.json b/keyboards/wilba_tech/rama_works_m10_c/info.json index 95439938e5..c41f5720c3 100644 --- a/keyboards/wilba_tech/rama_works_m10_c/info.json +++ b/keyboards/wilba_tech/rama_works_m10_c/info.json @@ -2,11 +2,9 @@ "keyboard_name": "RAMA WORKS M10-C", "url": "http://rama.works", "maintainer": "Wilba", - "width": 3, - "height": 4, "layouts": { "LAYOUT": { "layout": [{"label":"0,0", "x":0, "y":0}, {"label":"0,1", "x":1, "y":0}, {"label":"0,2", "x":2, "y":0}, {"label":"0,3", "x":0, "y":1}, {"label":"0,4", "x":1, "y":1}, {"label":"0,5", "x":2, "y":1}, {"label":"0,6", "x":0, "y":2}, {"label":"0,7", "x":1, "y":2}, {"label":"0,8", "x":2, "y":2}, {"label":"0,9", "x":1, "y":3, "w":2}] } } -}
\ No newline at end of file +} |