summaryrefslogtreecommitdiff
path: root/keyboards/grid600/press/info.json
blob: 0e0aaff476a7a8717b6e67c4528bb06383cda784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "keyboard_name": "PRESS", 
    "manufacturer": "Grid",
    "url": "", 
    "maintainer": "qmk", 
    "usb": {
        "vid": "0xFEED",
        "pid": "0x7539",
        "device_version": "0.0.5"
    },
    "matrix_pins": {
        "cols": ["F1", "F4", "F5", "F6"],
        "rows": ["F0"]
    },
    "diode_direction": "COL2ROW",
    "processor": "atmega32u4",
    "bootloader": "atmel-dfu",
    "layouts": {
        "LAYOUT": {
            "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}]
        }
    }
}