summaryrefslogtreecommitdiffstats
path: root/keyboards/cannonkeys/is0gr/info.json
blob: 3fd95577d892c23a6194a6e7fb6b9957159ae533 (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
25
26
27
28
29
30
31
32
{
    "manufacturer": "CannonKeys",
    "keyboard_name": "is0GR",
    "maintainer": "awkannan",
    "bootloader": "stm32-dfu",
    "diode_direction": "COL2ROW",
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "mousekey": true,
        "nkro": true
    },
    "matrix_pins": {
        "cols": ["B3"],
        "rows": ["A15"]
    },
    "processor": "STM32F072",
    "url": "https://cannonkeys.com",
    "usb": {
        "device_version": "0.0.1",
        "pid": "0xCA04",
        "vid": "0x0028"
    },
    "community_layouts": ["ortho_1x1"],
    "layouts": {
        "LAYOUT_ortho_1x1": {
            "layout": [
                {"matrix": [0, 0], "x": 0.25, "y": 0, "w": 1.25, "h": 2}
            ]
        }
    }
}