summaryrefslogtreecommitdiff
path: root/keyboards/macro3/info.json
diff options
context:
space:
mode:
authorAlbert Y <76888457+filterpaper@users.noreply.github.com>2021-11-16 09:05:15 +0800
committerGitHub <noreply@github.com>2021-11-15 17:05:15 -0800
commit22eba600418696542a6b84125f4dff2f37638c1e (patch)
tree7bbc86cb9d13596abfc905b78c8a397c2b41753f /keyboards/macro3/info.json
parentd3ae937b50df8d98deb3dc3b9f8aa1635eac1c8b (diff)
downloadqmk_firmware-22eba600418696542a6b84125f4dff2f37638c1e.tar.gz
qmk_firmware-22eba600418696542a6b84125f4dff2f37638c1e.zip
[Keyboard] Add macro3 PCB support (#15131)
Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: filterpaper <filterpaper@localhost>
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},
+ ]
+ }
+ }
+}