summaryrefslogtreecommitdiff
path: root/keyboards/ianklug/grooveboard/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/ianklug/grooveboard/info.json')
-rw-r--r--keyboards/ianklug/grooveboard/info.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/ianklug/grooveboard/info.json b/keyboards/ianklug/grooveboard/info.json
new file mode 100644
index 0000000000..925e3ddbbc
--- /dev/null
+++ b/keyboards/ianklug/grooveboard/info.json
@@ -0,0 +1,17 @@
+{
+ "keyboard_name": "grooveboard",
+ "url": "https://github.com/ianklug/grooveboard",
+ "maintainer": "ianklug",
+ "width": 6,
+ "height": 1,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label": "k00", "x": 0, "y": 0, "w": 1, "h": 1},
+ {"label": "k01", "x": 1, "y": 0, "w": 1, "h": 1},
+ {"label": "k02", "x": 4, "y": 0, "w": 1, "h": 1},
+ {"label": "k03", "x": 5, "y": 0, "w": 1, "h": 1}
+ ]
+ }
+ }
+}