diff options
| author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-07-26 23:20:42 -0700 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-07-26 23:20:42 -0700 |
| commit | dd6330b07c80eb624383e5bf01aec82035f68e2d (patch) | |
| tree | e053e8a086a905b374a9d99080739831002729e2 /keyboards/business_card | |
| parent | cd7bc0313486b8786e52ee202834e4dc6f827a6b (diff) | |
| download | qmk_firmware-dd6330b07c80eb624383e5bf01aec82035f68e2d.tar.gz qmk_firmware-dd6330b07c80eb624383e5bf01aec82035f68e2d.zip | |
[Keyboard] Provide QMK Configurator API data for business_card (#6412)
- alpha and beta revisions
- deleted keyboards/business_card/info.json (made redundant by revision-specific files)
Diffstat (limited to 'keyboards/business_card')
| -rw-r--r-- | keyboards/business_card/alpha/info.json | 19 | ||||
| -rw-r--r-- | keyboards/business_card/beta/info.json | 19 | ||||
| -rw-r--r-- | keyboards/business_card/info.json | 0 |
3 files changed, 38 insertions, 0 deletions
diff --git a/keyboards/business_card/alpha/info.json b/keyboards/business_card/alpha/info.json new file mode 100644 index 000000000..f0cd04efa --- /dev/null +++ b/keyboards/business_card/alpha/info.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "business_card alpha", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "kakunpc", | ||
| 5 | "width": 3, | ||
| 6 | "height": 2, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT": { | ||
| 9 | "layout": [ | ||
| 10 | {"label":"1", "x":0, "y":0}, | ||
| 11 | {"label":"2", "x":1, "y":0}, | ||
| 12 | {"label":"3", "x":2, "y":0}, | ||
| 13 | {"label":"4", "x":0, "y":1}, | ||
| 14 | {"label":"5", "x":1, "y":1}, | ||
| 15 | {"label":"6", "x":2, "y":1} | ||
| 16 | ] | ||
| 17 | } | ||
| 18 | } | ||
| 19 | } | ||
diff --git a/keyboards/business_card/beta/info.json b/keyboards/business_card/beta/info.json new file mode 100644 index 000000000..62f2797a7 --- /dev/null +++ b/keyboards/business_card/beta/info.json | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "business_card beta", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "kakunpc", | ||
| 5 | "width": 2, | ||
| 6 | "height": 3, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT": { | ||
| 9 | "layout": [ | ||
| 10 | {"label":"1", "x":0, "y":0}, | ||
| 11 | {"label":"2", "x":1, "y":0}, | ||
| 12 | {"label":"3", "x":0, "y":1}, | ||
| 13 | {"label":"4", "x":1, "y":1}, | ||
| 14 | {"label":"5", "x":0, "y":2}, | ||
| 15 | {"label":"6", "x":1, "y":2} | ||
| 16 | ] | ||
| 17 | } | ||
| 18 | } | ||
| 19 | } | ||
diff --git a/keyboards/business_card/info.json b/keyboards/business_card/info.json deleted file mode 100644 index e69de29bb..000000000 --- a/keyboards/business_card/info.json +++ /dev/null | |||
