summaryrefslogtreecommitdiff
path: root/keyboards/gowla/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/gowla/info.json')
-rw-r--r--keyboards/gowla/info.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/gowla/info.json b/keyboards/gowla/info.json
new file mode 100644
index 0000000000..4d1a5e1673
--- /dev/null
+++ b/keyboards/gowla/info.json
@@ -0,0 +1,24 @@
+{
+ "keyboard_name": "Gowla Macro Pad",
+ "url": "https://github.com/SamGowland/Gowla-Macro-Board",
+ "maintainer": "Gowla",
+ "width": 3,
+ "height": 3,
+ "layouts": {
+ "LAYOUT_ortho_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}
+ ]
+ }
+ }
+}