]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Provide QMK Configurator API data for business_card (#6412)
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>
Sat, 27 Jul 2019 06:20:42 +0000 (23:20 -0700)
committerDrashna Jaelre <drashna@live.com>
Sat, 27 Jul 2019 06:20:42 +0000 (23:20 -0700)
- alpha and beta revisions
- deleted keyboards/business_card/info.json (made redundant by revision-specific files)

keyboards/business_card/alpha/info.json [new file with mode: 0644]
keyboards/business_card/beta/info.json [new file with mode: 0644]
keyboards/business_card/info.json [deleted file]

diff --git a/keyboards/business_card/alpha/info.json b/keyboards/business_card/alpha/info.json
new file mode 100644 (file)
index 0000000..f0cd04e
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "keyboard_name": "business_card alpha",
+    "url": "",
+    "maintainer": "kakunpc",
+    "width": 3,
+    "height": 2,
+    "layouts": {
+        "LAYOUT": {
+            "layout": [
+                {"label":"1", "x":0, "y":0},
+                {"label":"2", "x":1, "y":0},
+                {"label":"3", "x":2, "y":0},
+                {"label":"4", "x":0, "y":1},
+                {"label":"5", "x":1, "y":1},
+                {"label":"6", "x":2, "y":1}
+            ]
+        }
+    }
+}
diff --git a/keyboards/business_card/beta/info.json b/keyboards/business_card/beta/info.json
new file mode 100644 (file)
index 0000000..62f2797
--- /dev/null
@@ -0,0 +1,19 @@
+{
+    "keyboard_name": "business_card beta",
+    "url": "",
+    "maintainer": "kakunpc",
+    "width": 2,
+    "height": 3,
+    "layouts": {
+        "LAYOUT": {
+            "layout": [
+                {"label":"1", "x":0, "y":0},
+                {"label":"2", "x":1, "y":0},
+                {"label":"3", "x":0, "y":1},
+                {"label":"4", "x":1, "y":1},
+                {"label":"5", "x":0, "y":2},
+                {"label":"6", "x":1, "y":2}
+            ]
+        }
+    }
+}
diff --git a/keyboards/business_card/info.json b/keyboards/business_card/info.json
deleted file mode 100644 (file)
index e69de29..0000000