diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-12 02:42:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-12 02:42:19 +0000 |
commit | 1e47c933cd4c65d9fa080f65a730b48558fd53d9 (patch) | |
tree | be37716596adfd1f30788189a8929b4cb236f27a /keyboards/machkeyboards/mach3/info.json | |
parent | 3ed44b9c9a4eedd1a63f293c1b7efccfb6288816 (diff) | |
parent | a0b7c1618af74cc1e18a482ac79ed1ddedcda2df (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/machkeyboards/mach3/info.json')
-rw-r--r-- | keyboards/machkeyboards/mach3/info.json | 47 |
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 |