summaryrefslogtreecommitdiff
path: root/keyboards/machkeyboards/mach3/info.json
diff options
context:
space:
mode:
authoretiennelepagel <50152897+etiennelepagel@users.noreply.github.com>2021-10-11 22:42:14 -0400
committerGitHub <noreply@github.com>2021-10-11 19:42:14 -0700
commita0b7c1618af74cc1e18a482ac79ed1ddedcda2df (patch)
tree925cebf4470e7beee8531dc0b653adf3b9f99a74 /keyboards/machkeyboards/mach3/info.json
parent2d8dcf08e8981a30f2430a8794ff5013c56cfdd4 (diff)
[Keyboard] Add MachKeyboards Mach3 (#14791)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/machkeyboards/mach3/info.json')
-rw-r--r--keyboards/machkeyboards/mach3/info.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/keyboards/machkeyboards/mach3/info.json b/keyboards/machkeyboards/mach3/info.json
new file mode 100644
index 0000000000..42f29a9873
--- /dev/null
+++ b/keyboards/machkeyboards/mach3/info.json
@@ -0,0 +1,47 @@
+{
+ "keyboard_name": "Mach 3",
+ "url": "https://machkeyboards.com",
+ "maintainer": "etiennelepagel",
+ "layouts": {
+ "LAYOUT_3x3": {
+ "layout": [
+ {
+ "x": 0,
+ "y": 0
+ },
+ {
+ "x": 1,
+ "y": 0
+ },
+ {
+ "x": 2,
+ "y": 0
+ },
+ {
+ "x": 0,
+ "y": 1
+ },
+ {
+ "x": 1,
+ "y": 1
+ },
+ {
+ "x": 2,
+ "y": 1
+ },
+ {
+ "x": 0,
+ "y": 2
+ },
+ {
+ "x": 1,
+ "y": 2
+ },
+ {
+ "x": 2,
+ "y": 2
+ }
+ ]
+ }
+ }
+} \ No newline at end of file