summaryrefslogtreecommitdiff
path: root/keyboards/manyboard/macro/info.json
diff options
context:
space:
mode:
authorWilliam Ehman <will@ehman.com>2021-07-02 21:53:13 -0600
committerGitHub <noreply@github.com>2021-07-02 20:53:13 -0700
commitad30218701782192b9125c32b85cdbcc203c0c85 (patch)
tree6fe212ac7440baeec179b046347e1f9b3254650b /keyboards/manyboard/macro/info.json
parent04bc74d8f52370a01f1f67a5de8ae751e307e8c9 (diff)
[Keyboard] manyboard macro (#11896)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/manyboard/macro/info.json')
-rw-r--r--keyboards/manyboard/macro/info.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/manyboard/macro/info.json b/keyboards/manyboard/macro/info.json
new file mode 100644
index 0000000000..8155672a7e
--- /dev/null
+++ b/keyboards/manyboard/macro/info.json
@@ -0,0 +1,29 @@
+{
+ "keyboard_name": "manyboard_macro",
+ "url": "https://github.com/WillEhman/qmk_firmware/tree/dev_create_mb_macro",
+ "maintainer": "William Ehman",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT_ortho_4x4": {
+ "layout": [
+ {"x": 0, "y": 0},
+ {"x": 1, "y": 0},
+ {"x": 2, "y": 0},
+ {"x": 3, "y": 0},
+ {"x": 0, "y": 1},
+ {"x": 1, "y": 1},
+ {"x": 2, "y": 1},
+ {"x": 3, "y": 1},
+ {"x": 0, "y": 2},
+ {"x": 1, "y": 2},
+ {"x": 2, "y": 2},
+ {"x": 3, "y": 2},
+ {"x": 0, "y": 3},
+ {"x": 1, "y": 3},
+ {"x": 2, "y": 3},
+ {"x": 3, "y": 3}
+ ]
+ }
+ }
+}