Remove width, height and key_count from info.json (#14274)

This commit is contained in:
Ryan
2021-09-12 14:04:56 +10:00
committed by GitHub
parent f1084712d7
commit 4791cfae1a
1718 changed files with 195 additions and 4141 deletions

View File

@@ -1,24 +0,0 @@
{
"name": "Stream Cheap 2x4",
"vendorId": "0x7363",
"productId": "0x3032",
"lighting": "none",
"matrix": {"rows": 2, "cols": 4},
"layouts": {
"keymap": [
{"name": "Stream Cheap 2x4"},
[
"0,0",
"0,1",
"0,2",
"0,3"
],
[
"1,0",
"1,1",
"1,2",
"1,3"
]
]
}
}