summaryrefslogtreecommitdiff
path: root/keyboards/handwired/pteron38/info.json
diff options
context:
space:
mode:
authorFidel Coria <1coriaF@gmail.com>2020-08-26 03:12:19 -0500
committerGitHub <noreply@github.com>2020-08-26 01:12:19 -0700
commitbad662b830bc5d93e244aec73d3115a65d7ccf17 (patch)
treec80d16d73e439383cf2c83202af219b2f9fc9ec6 /keyboards/handwired/pteron38/info.json
parentc3ab20511d7170572d8698f47d3bee1c171919f8 (diff)
[Keyboard] Handwired pteron38 (#10035)
* setup handwired pteron38 * Clean up readme * readme follow template * c formatting conventions * remove file size comments from rules.mk * use direct link to imgur image * Apply suggestions from code review * add license
Diffstat (limited to 'keyboards/handwired/pteron38/info.json')
-rw-r--r--keyboards/handwired/pteron38/info.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/keyboards/handwired/pteron38/info.json b/keyboards/handwired/pteron38/info.json
new file mode 100644
index 0000000000..58b46da7e8
--- /dev/null
+++ b/keyboards/handwired/pteron38/info.json
@@ -0,0 +1,58 @@
+{
+ "keyboard_name": "pteron38",
+ "url": "",
+ "maintainer": "fidelcoria",
+ "width": 17,
+ "height": 5.95,
+ "layouts": {
+ "LAYOUT_split_3x5_4": {
+ "layout": [
+ {"label":"K101", "x":1, "y":1.75},
+ {"label":"K102", "x":2, "y":1.25},
+ {"label":"K103", "x":3, "y":1},
+ {"label":"K104", "x":4, "y":1.35},
+ {"label":"K105", "x":5, "y":1.45},
+
+ {"label":"K106", "x":11, "y":1.45},
+ {"label":"K107", "x":12, "y":1.35},
+ {"label":"K108", "x":13, "y":1},
+ {"label":"K109", "x":14, "y":1.25},
+ {"label":"K110", "x":15, "y":1.75},
+
+ {"label":"K201", "x":1, "y":2.75},
+ {"label":"K202", "x":2, "y":2.25},
+ {"label":"K203", "x":3, "y":2},
+ {"label":"K204", "x":4, "y":2.35},
+ {"label":"K205", "x":5, "y":2.45},
+
+ {"label":"K206", "x":11, "y":2.45},
+ {"label":"K207", "x":12, "y":2.35},
+ {"label":"K208", "x":13, "y":2},
+ {"label":"K209", "x":14, "y":2.25},
+ {"label":"K210", "x":15, "y":2.75},
+
+ {"label":"K301", "x":1, "y":3.75},
+ {"label":"K302", "x":2, "y":3.25},
+ {"label":"K303", "x":3, "y":3},
+ {"label":"K304", "x":4, "y":3.35},
+ {"label":"K305", "x":5, "y":3.45},
+
+ {"label":"K306", "x":11, "y":3.45},
+ {"label":"K307", "x":12, "y":3.35},
+ {"label":"K308", "x":13, "y":3},
+ {"label":"K309", "x":14, "y":3.25},
+ {"label":"K310", "x":15, "y":3.75},
+
+ {"label":"K402", "x":4, "y":4.35},
+ {"label":"K403", "x":5, "y":4.45},
+ {"label":"K404", "x":6, "y":4.65},
+ {"label":"K405", "x":7, "y":4.95},
+
+ {"label":"K406", "x":9, "y":4.95},
+ {"label":"K407", "x":10, "y":4.65},
+ {"label":"K408", "x":11, "y":4.45},
+ {"label":"K409", "x":12, "y":4.35}
+ ]
+ }
+ }
+}