summaryrefslogtreecommitdiff
path: root/keyboards/xenon/info.json
diff options
context:
space:
mode:
authorKyrre Havik <Kyrremann@gmail.com>2022-02-05 04:06:49 +0100
committerGitHub <noreply@github.com>2022-02-04 19:06:49 -0800
commit719881c2ee2b61b15ed02d82c2870f7ae93e70e5 (patch)
tree09db4cabfd676497a17b748cbb200a8b110df7f4 /keyboards/xenon/info.json
parent1febea8d4b18f87844618492d43aefc5c22c8174 (diff)
downloadqmk_firmware-719881c2ee2b61b15ed02d82c2870f7ae93e70e5.tar.gz
qmk_firmware-719881c2ee2b61b15ed02d82c2870f7ae93e70e5.zip
[Keyboard] Add Xenon keyboard (#15915)
Co-authored-by: Sam Mohr <smores56@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/xenon/info.json')
-rw-r--r--keyboards/xenon/info.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/keyboards/xenon/info.json b/keyboards/xenon/info.json
new file mode 100644
index 0000000000..e0b5e95264
--- /dev/null
+++ b/keyboards/xenon/info.json
@@ -0,0 +1,70 @@
+{
+ "keyboard_name": "Xenon",
+ "url": "https://github.com/narinari/xenon-keyboard",
+ "maintainer": "Kyrremann",
+ "manufacturer": "narinari",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x":3, "y":0},
+ {"x":11, "y":0},
+ {"x":2, "y":0.25},
+ {"x":4, "y":0.25},
+ {"x":10, "y":0.25},
+ {"x":12, "y":0.25},
+ {"x":5, "y":0.5},
+ {"x":9, "y":0.5},
+ {"x":0, "y":0.75},
+ {"x":1, "y":0.75},
+ {"x":13, "y":0.75},
+ {"x":14, "y":0.75},
+
+ {"x":3, "y":1},
+ {"x":11, "y":1},
+ {"x":2, "y":1.25},
+ {"x":4, "y":1.25},
+ {"x":10, "y":1.25},
+ {"x":12, "y":1.25},
+ {"x":5, "y":1.5},
+ {"x":9, "y":1.5},
+ {"x":0, "y":1.75},
+ {"x":1, "y":1.75},
+ {"x":13, "y":1.75},
+ {"x":14, "y":1.75},
+
+ {"x":3, "y":2},
+ {"x":11, "y":2},
+ {"x":2, "y":2.25},
+ {"x":4, "y":2.25},
+ {"x":10, "y":2.25},
+ {"x":12, "y":2.25},
+ {"x":5, "y":2.5},
+ {"x":9, "y":2.5},
+ {"x":0, "y":2.75},
+ {"x":1, "y":2.75},
+ {"x":13, "y":2.75},
+ {"x":14, "y":2.75},
+
+ {"x":3, "y":3},
+ {"x":11, "y":3},
+ {"x":2, "y":3.25},
+ {"x":4, "y":3.25},
+ {"x":10, "y":3.25},
+ {"x":12, "y":3.25},
+ {"x":5, "y":3.5},
+ {"x":6, "y":3.5},
+ {"x":8, "y":3.5},
+ {"x":9, "y":3.5},
+
+ {"x":3, "y":4},
+ {"x":11, "y":4},
+ {"x":4, "y":4.25},
+ {"x":10, "y":4.25},
+ {"x":5, "y":4.5},
+ {"x":6, "y":4.5},
+ {"x":8, "y":4.5},
+ {"x":9, "y":4.5}
+ ]
+ }
+ }
+}