summaryrefslogtreecommitdiff
path: root/keyboards/alt34/info.json
diff options
context:
space:
mode:
authorTommy Alatalo <tommy.alatalo@gmail.com>2022-06-07 20:14:44 +0200
committerGitHub <noreply@github.com>2022-06-07 11:14:44 -0700
commit5d767f8361a39a7902b81d3902360ca1d22242f4 (patch)
treef8846ce0a07831b5a9289528d82dd28dcd161e7e /keyboards/alt34/info.json
parentcf1e66b352fbd6dac0fc5b4812aee01b9699f598 (diff)
[Keyboard] Add alt34 keyboard (#17223)
* Add files for alt34 keyboard * Add link to hardware bill of materials for alt34 * Change keyboard image link to imgur * Remove platform specific defines from rev1.h * Remove bluetooth and sleep led rules etc * Add GPL license header to all source code files * Shorten comment for NKRO_ENABLE Co-authored-by: Drashna Jaelre <drashna@live.com> * Simplify option usage comment in rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Set imgur link to largest size option Co-authored-by: Drashna Jaelre <drashna@live.com> * Move rules.mk into rev1 folder entirely * Remove .noci file * Update keyboards/alt34/rev1/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/alt34/info.json')
-rw-r--r--keyboards/alt34/info.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/alt34/info.json b/keyboards/alt34/info.json
new file mode 100644
index 0000000000..647c853136
--- /dev/null
+++ b/keyboards/alt34/info.json
@@ -0,0 +1,52 @@
+{
+ "keyboard_name": "alt34",
+ "url": "https://gitlab.com/altosys/alt34",
+ "maintainer": "@altosys",
+ "layouts": {
+ "LAYOUT_split_3x5_2": {
+ "layout": [
+ {"x": 0, "y": 0.93},
+ {"x": 1, "y": 0.31},
+ {"x": 2, "y": 0},
+ {"x": 3, "y": 0.28},
+ {"x": 4, "y": 0.42},
+
+ {"x": 7, "y": 0.42},
+ {"x": 8, "y": 0.28},
+ {"x": 9, "y": 0},
+ {"x": 10, "y": 0.31},
+ {"x": 11, "y": 0.93},
+
+ {"x": 0, "y": 1.93},
+ {"x": 1, "y": 1.31},
+ {"x": 2, "y": 1},
+ {"x": 3, "y": 1.28},
+ {"x": 4, "y": 1.42},
+
+ {"x": 7, "y": 1.42},
+ {"x": 8, "y": 1.28},
+ {"x": 9, "y": 1},
+ {"x": 10, "y": 1.31},
+ {"x": 11, "y": 1.93},
+
+ {"x": 0, "y": 2.93},
+ {"x": 1, "y": 2.31},
+ {"x": 2, "y": 2},
+ {"x": 3, "y": 2.28},
+ {"x": 4, "y": 2.42},
+
+ {"x": 7, "y": 2.42},
+ {"x": 8, "y": 2.28},
+ {"x": 9, "y": 2},
+ {"x": 10, "y": 2.31},
+ {"x": 11, "y": 2.93},
+
+ {"x": 3.5, "y": 3.45},
+ {"x": 4.5, "y": 3.7},
+
+ {"x": 6.5, "y": 3.7},
+ {"x": 7.5, "y": 3.45}
+ ]
+ }
+ }
+}