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/flehrad | |
parent | f1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff) |
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/flehrad')
-rw-r--r-- | keyboards/flehrad/bigswitch/info.json | 2 | ||||
-rw-r--r-- | keyboards/flehrad/downbubble/info.json | 2 | ||||
-rw-r--r-- | keyboards/flehrad/numbrero/info.json | 2 | ||||
-rw-r--r-- | keyboards/flehrad/snagpad/info.json | 3 | ||||
-rw-r--r-- | keyboards/flehrad/tradestation/info.json | 2 |
5 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/flehrad/bigswitch/info.json b/keyboards/flehrad/bigswitch/info.json index 37095ade3c..8b1411775a 100644 --- a/keyboards/flehrad/bigswitch/info.json +++ b/keyboards/flehrad/bigswitch/info.json @@ -1,8 +1,6 @@ { "keyboard_name": "Bigswitch PCB", "maintainer": "qmk", - "width": 4, - "height": 4, "layouts": { "LAYOUT": { "layout": [{"x":0, "y":0, "w":4, "h":4}] diff --git a/keyboards/flehrad/downbubble/info.json b/keyboards/flehrad/downbubble/info.json index a7e68e7f61..6314e4f966 100644 --- a/keyboards/flehrad/downbubble/info.json +++ b/keyboards/flehrad/downbubble/info.json @@ -1,8 +1,6 @@ { "keyboard_name": "downbubble", "maintainer": "flehrad", - "width": 22.75, - "height": 6, "layouts": { "LAYOUT_standard": { "layout": [ diff --git a/keyboards/flehrad/numbrero/info.json b/keyboards/flehrad/numbrero/info.json index d2f7ebd031..f0bce2bda2 100644 --- a/keyboards/flehrad/numbrero/info.json +++ b/keyboards/flehrad/numbrero/info.json @@ -2,8 +2,6 @@ "keyboard_name": "Numbrero", "url": "", "maintainer": "Flehrad", - "width": 5, - "height": 5, "layouts": { "LAYOUT_numbrero_numpad": { "layout": [ diff --git a/keyboards/flehrad/snagpad/info.json b/keyboards/flehrad/snagpad/info.json index 6e3ab601a0..785eaa6a93 100644 --- a/keyboards/flehrad/snagpad/info.json +++ b/keyboards/flehrad/snagpad/info.json @@ -2,9 +2,6 @@ "keyboard_name": "Snagpad", "url": "", "maintainer": "Flehrad", - - "width": 4, - "height": 5, "layouts": { "LAYOUT_ortho_5x4": { diff --git a/keyboards/flehrad/tradestation/info.json b/keyboards/flehrad/tradestation/info.json index d90769bed3..cf0344c01b 100644 --- a/keyboards/flehrad/tradestation/info.json +++ b/keyboards/flehrad/tradestation/info.json @@ -2,8 +2,6 @@ "keyboard_name": "Tradestation", "url": "", "maintainer": "Flehrad", - "width": 4.375, - "height": 4.5, "layouts": { "LAYOUT_tradestation": { "layout": [ |