summaryrefslogtreecommitdiff
path: root/keyboards/macro3/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-11-16 01:05:49 +0000
committerQMK Bot <hello@qmk.fm>2021-11-16 01:05:49 +0000
commitf817c2e12df21152e85f669b30c7e0c97208ff01 (patch)
tree453e09dad6262fdb48d21777da36e7a7137ef08e /keyboards/macro3/info.json
parentce26b86af21dee9be1c5164478b52d94c4e194ca (diff)
parent22eba600418696542a6b84125f4dff2f37638c1e (diff)
downloadqmk_firmware-f817c2e12df21152e85f669b30c7e0c97208ff01.tar.gz
qmk_firmware-f817c2e12df21152e85f669b30c7e0c97208ff01.zip
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/macro3/info.json')
-rw-r--r--keyboards/macro3/info.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/macro3/info.json b/keyboards/macro3/info.json
new file mode 100644
index 0000000000..b25779cb70
--- /dev/null
+++ b/keyboards/macro3/info.json
@@ -0,0 +1,20 @@
+{
+ "keyboard_name": "Macro3",
+ "url": "https://github.com/davidphilipbarr/Macropads/tree/main/macro3",
+ "maintainer": "@davidphilipbarr",
+ "layouts": {
+ "LAYOUT": {
+ "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},
+ ]
+ }
+ }
+}