summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/hacked_motospeed
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-12 14:04:56 +1000
committerGitHub <noreply@github.com>2021-09-12 14:04:56 +1000
commit4791cfae1af0bc15a0bd8417c5195bf482b87605 (patch)
treec8bce61c28184407f9af5cd6b07f369c5c51acb0 /keyboards/handwired/hacked_motospeed
parentf1084712d72eb0e942ac46a9e606cc2d3af11dc6 (diff)
Remove width, height and key_count from info.json (#14274)
Diffstat (limited to 'keyboards/handwired/hacked_motospeed')
-rw-r--r--keyboards/handwired/hacked_motospeed/info.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/handwired/hacked_motospeed/info.json b/keyboards/handwired/hacked_motospeed/info.json
index 7ca92785eb..d5da5e4578 100644
--- a/keyboards/handwired/hacked_motospeed/info.json
+++ b/keyboards/handwired/hacked_motospeed/info.json
@@ -2,11 +2,9 @@
"keyboard_name": "Hacked Motospeed",
"url": "",
"maintainer": "Deckweiss",
- "width": 13,
- "height": 4,
"layouts": {
"LAYOUT": {
"layout": [{"label":"ESC", "x":0, "y":0, "h":2}, {"label":"Q", "x":1, "y":0}, {"label":"W", "x":2, "y":0}, {"label":"E", "x":3, "y":0}, {"label":"R", "x":4, "y":0}, {"label":"T", "x":5, "y":0}, {"label":"Z", "x":7, "y":0}, {"label":"U", "x":8, "y":0}, {"label":"I", "x":9, "y":0}, {"label":"O", "x":10, "y":0}, {"label":"P", "x":11, "y":0, "w":2}, {"label":"A", "x":1, "y":1}, {"label":"S", "x":2, "y":1}, {"label":"D", "x":3, "y":1}, {"label":"F", "x":4, "y":1}, {"label":"G", "x":5, "y":1}, {"label":"H", "x":7, "y":1}, {"label":"J", "x":8, "y":1}, {"label":"K", "x":9, "y":1}, {"label":"L", "x":10, "y":1}, {"label":"(", "x":11, "y":1}, {"label":")", "x":12, "y":1}, {"label":"=", "x":0, "y":2}, {"label":"Y", "x":1, "y":2}, {"label":"X", "x":2, "y":2}, {"label":"C", "x":3, "y":2}, {"label":"V", "x":4, "y":2}, {"label":"B", "x":5, "y":2}, {"label":"N", "x":7, "y":2}, {"label":"M", "x":8, "y":2}, {"label":",", "x":9, "y":2}, {"label":".", "x":10, "y":2}, {"label":"?", "x":11, "y":2}, {"label":"Fn", "x":0, "y":3, "w":2}, {"label":"Num", "x":2, "y":3}, {"label":"Bksp", "x":3, "y":3}, {"label":"Enter", "x":4, "y":3}, {"label":"Spc", "x":5, "y":3}, {"label":"LShift", "x":7, "y":3}, {"label":"LCtrl", "x":8, "y":3}, {"label":"LAlt", "x":9, "y":3}, {"label":"RAlt", "x":10, "y":3}, {"label":"Meta", "x":11, "y":3}, {"label":"Fn", "x":12, "y":2, "h":2}]
}
}
-} \ No newline at end of file
+}