summaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-03-19 20:53:02 -0700
committerGitHub <noreply@github.com>2021-03-20 14:53:02 +1100
commit217e3a59c4efe4547bfe1be2ca09844d7758a3eb (patch)
tree80b5340152810345471dc3eaf017435df5c6a93a /keyboards
parent0ab88f534227f908ed7ab6f4e20f83a8a19b2423 (diff)
Boston: correct LAYOUT macro data (#12282)
- correct macro reference - add missing encoder position - correct maintainer value to reference keyboard maintainer's GitHub account - remove trailing whitespace
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/boston/info.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/keyboards/boston/info.json b/keyboards/boston/info.json
index be4b6bc607..f6b745f89d 100644
--- a/keyboards/boston/info.json
+++ b/keyboards/boston/info.json
@@ -1,12 +1,13 @@
{
- "keyboard_name": "boston",
- "url": "https://github.com/bluepylons/Boston",
- "maintainer": "Pylon",
- "width": 20.5,
- "height": 7.75,
+ "keyboard_name": "boston",
+ "url": "https://github.com/bluepylons/Boston",
+ "maintainer": "bluepylons",
+ "width": 20.5,
+ "height": 7.75,
"layouts": {
- "LAYOUT": {
+ "LAYOUT_all": {
"layout": [
+ {"label":"Encoder", "x":0, "y":0},
{"label":"P1", "x":1.5, "y":0},
{"label":"P2", "x":2.5, "y":0},
{"label":"P3", "x":3.5, "y":0},
@@ -25,6 +26,7 @@
{"label":"Insert", "x":17.5, "y":0},
{"label":"Home", "x":18.5, "y":0},
{"label":"PgUp", "x":19.5, "y":0},
+
{"label":"Esc", "x":0, "y":1},
{"label":"F1", "x":1.5, "y":1},
{"label":"F2", "x":2.5, "y":1},
@@ -56,11 +58,11 @@
{"label":"*", "x":8, "y":2.5},
{"label":"(", "x":9, "y":2.5},
{"label":")", "x":10, "y":2.5},
- {"label":"_", "x":11, "y":2.5},
- {"label":"+", "x":12, "y":2.5},
- {"label":"Backspace", "x":13, "y":2.5},
- {"label":"Backspace", "x":14, "y":2.5},
- {"label":"P16", "x":15.25, "y":2.5},
+ {"label":"_", "x":11, "y":2.5},
+ {"label":"+", "x":12, "y":2.5},
+ {"label":"Backspace", "x":13, "y":2.5},
+ {"label":"Backspace", "x":14, "y":2.5},
+ {"label":"P16", "x":15.25, "y":2.5},
{"label":"Num Lock", "x":16.5, "y":2.5},
{"label":"/", "x":17.5, "y":2.5},
{"label":"*", "x":18.5, "y":2.5},
@@ -119,13 +121,12 @@
{"label":">", "x":10.25, "y":5.5},
{"label":"?", "x":11.25, "y":5.5},
{"label":"Right Shift", "x":12.25, "y":5.5, "w":1.75},
- {"label":"Up", "x":14.25, "y":5.75},
+ {"label":"Up", "x":14.25, "y":5.75},
{"label":"1", "x":16.5, "y":5.5},
{"label":"2", "x":17.5, "y":5.5},
{"label":"3", "x":18.5, "y":5.5},
{"label":"Enter", "x":19.5, "y":5.5, "h":2},
-
{"label":"Ctrl", "x":0, "y":6.5, "w":1.25},
{"label":"OS", "x":1.25, "y":6.5, "w":1.25},
{"label":"Alt", "x":2.5, "y":6.5, "w":1.25},