summaryrefslogtreecommitdiff
path: root/keyboards/handwired/stream_cheap/2x4/keymaps/via/stream_cheap_2x4.json
blob: 78f41b174e2a3391517eb21993525efa2dd7b7bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "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"
            ]
        ]
    }
}