mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-08 17:29:09 +00:00
[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)
This commit is contained in:
parent
cd7bc03134
commit
dd6330b07c
3 changed files with 38 additions and 0 deletions
19
keyboards/business_card/alpha/info.json
Normal file
19
keyboards/business_card/alpha/info.json
Normal file
|
@ -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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
19
keyboards/business_card/beta/info.json
Normal file
19
keyboards/business_card/beta/info.json
Normal file
|
@ -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}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue