summaryrefslogtreecommitdiff
path: root/keyboards/the_uni/info.json
diff options
context:
space:
mode:
authorPeter Park <peterchpark@gmail.com>2021-05-18 10:52:10 -0700
committerGitHub <noreply@github.com>2021-05-18 13:52:10 -0400
commit1c81e69503a0c69b46ed7f4f94b040b67489bbf4 (patch)
treed65a9b8816ef062f33dffec6cae6bfda22de59f7 /keyboards/the_uni/info.json
parentd86a97a08902c8103df6450696d497fb15cba0cb (diff)
The Uni keyboard. Add keyboard (#12566)
* first commit * Apply suggestions from code review Co-authored-by: Drashna Jaelre <drashna@live.com> * Apply suggestions from code review by ridingqwerty Co-authored-by: ridingqwerty <george.g.koenig@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: ridingqwerty <george.g.koenig@gmail.com>
Diffstat (limited to 'keyboards/the_uni/info.json')
-rw-r--r--keyboards/the_uni/info.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/the_uni/info.json b/keyboards/the_uni/info.json
new file mode 100644
index 0000000000..86e2d5cdb7
--- /dev/null
+++ b/keyboards/the_uni/info.json
@@ -0,0 +1,41 @@
+{
+ "keyboard_name": "The Uni",
+ "url": "https://www.stenokeyboards.com",
+ "maintainer": "qmk",
+ "width": 13,
+ "height": 4,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ { "x": 0, "y": 0 },
+ { "x": 1, "y": 0 },
+ { "x": 2, "y": 0 },
+ { "x": 3, "y": 0 },
+ { "x": 4, "y": 0 },
+ { "x": 7, "y": 0 },
+ { "x": 8, "y": 0 },
+ { "x": 9, "y": 0 },
+ { "x": 10, "y": 0 },
+ { "x": 11, "y": 0 },
+ { "x": 12, "y": 0 },
+ { "x": 0, "y": 1 },
+ { "x": 1, "y": 1 },
+ { "x": 2, "y": 1 },
+ { "x": 3, "y": 1 },
+ { "x": 4, "y": 1 },
+ { "x": 7, "y": 1 },
+ { "x": 8, "y": 1 },
+ { "x": 9, "y": 1 },
+ { "x": 10, "y": 1 },
+ { "x": 11, "y": 1 },
+ { "x": 12, "y": 1 },
+ { "x": 2, "y": 3 },
+ { "x": 3, "y": 3 },
+ { "x": 4, "y": 3 },
+ { "x": 7, "y": 3 },
+ { "x": 8, "y": 3 },
+ { "x": 9, "y": 3 }
+ ]
+ }
+ }
+}