summaryrefslogtreecommitdiff
path: root/keyboards/eggman
diff options
context:
space:
mode:
authorqpockets <69164255+qpockets@users.noreply.github.com>2021-03-01 23:34:13 -0500
committerGitHub <noreply@github.com>2021-03-01 20:34:13 -0800
commit58d043b0d0888dc74654c61fb9ca35df428589b6 (patch)
tree391702e2cdb112fb0daf9da24487b08fa3a77a86 /keyboards/eggman
parentd918d571ccb96c572f4ff7a0bbaf6bd86c6def40 (diff)
[Keyboard] Update eggman info.json (#12074)
attempting to fix qmk configurator issues
Diffstat (limited to 'keyboards/eggman')
-rw-r--r--keyboards/eggman/info.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/keyboards/eggman/info.json b/keyboards/eggman/info.json
index dc9714c231..d7b6d21fe5 100644
--- a/keyboards/eggman/info.json
+++ b/keyboards/eggman/info.json
@@ -5,47 +5,47 @@
"width": 11.5,
"height": 5,
"layouts": {
- "LAYOUT": {
+ "LAYOUT_default": {
"layout": [
{"label":"RE", "x":4.25, "y":0},
{"label":"RE", "x":6.25, "y":0},
- {"label":"E", "x":2, "y":0.25},
- {"label":"I", "x":8.5, "y":0.25},
- {"label":"W", "x":1, "y":0.5},
- {"label":"O", "x":9.5, "y":0.5},
{"label":"Q", "x":0, "y":0.75},
+ {"label":"W", "x":1, "y":0.5},
+ {"label":"E", "x":2, "y":0.25},
{"label":"R", "x":3, "y":0.75},
- {"label":"U", "x":7.5, "y":0.75},
- {"label":"P", "x":10.5, "y":0.75},
{"label":"T", "x":4, "y":1},
{"label":"Delete", "x":5, "y":1, "w":1.5},
{"label":"Y", "x":6.5, "y":1},
- {"label":"D", "x":2, "y":1.25},
- {"label":"K", "x":8.5, "y":1.25},
- {"label":"S", "x":1, "y":1.5},
- {"label":"L", "x":9.5, "y":1.5},
+ {"label":"U", "x":7.5, "y":0.75},
+ {"label":"I", "x":8.5, "y":0.25},
+ {"label":"O", "x":9.5, "y":0.5},
+ {"label":"P", "x":10.5, "y":0.75},
{"label":"A", "x":0, "y":1.75},
+ {"label":"S", "x":1, "y":1.5},
+ {"label":"D", "x":2, "y":1.25},
{"label":"F", "x":3, "y":1.75},
- {"label":"J", "x":7.5, "y":1.75},
- {"label":"\"", "x":10.5, "y":1.75},
{"label":"G", "x":4, "y":2},
{"label":"Tab", "x":5, "y":2, "w":1.5},
{"label":"H", "x":6.5, "y":2},
- {"label":"C", "x":2, "y":2.25},
- {"label":"<", "x":8.5, "y":2.25},
- {"label":"X", "x":1, "y":2.5},
- {"label":">", "x":9.5, "y":2.5},
+ {"label":"J", "x":7.5, "y":1.75},
+ {"label":"K", "x":8.5, "y":1.25},
+ {"label":"L", "x":9.5, "y":1.5},
+ {"label":"\"", "x":10.5, "y":1.75},
{"label":"Z", "x":0, "y":2.75},
+ {"label":"X", "x":1, "y":2.5},
+ {"label":"C", "x":2, "y":2.25},
{"label":"V", "x":3, "y":2.75},
- {"label":"M", "x":7.5, "y":2.75},
- {"label":"?", "x":10.5, "y":2.75},
{"label":"B", "x":4, "y":3},
- {"label":"Shift", "x":5, "y":3, "w":1.5},
+ {"label":"Shift", "x":5, "y":3, "w":1.5},
{"label":"N", "x":6.5, "y":3},
+ {"label":"M", "x":7.5, "y":2.75},
+ {"label":"<", "x":8.5, "y":2.25},
+ {"label":">", "x":9.5, "y":2.5},
+ {"label":"?", "x":10.5, "y":2.75},
{"label":"Ctrl", "x":2.5, "y":4, "w":1.25},
{"label":"Backspace", "x":3.75, "y":4, "w":2},
{"label":"Space", "x":5.75, "y":4, "w":2},
- {"label":"Alt", "x":7.75, "y":4, "w":1.25}]
+ {"label":"Alt", "x":7.75, "y":4, "w":1.25}]
}
}
}