summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/info.json
blob: fa9abc574e62d841ee6baf1670e5839575e95437 (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
33
34
35
{
    "keyboard_name": "Corne",
    "manufacturer": "foostan",
    "url": "",
    "maintainer": "qmk",
    "usb": {
        "vid": "0x4653",
        "pid": "0x0001",
        "device_version": "0.0.1"
    },
    "rgb_matrix": {
        "driver": "ws2812"
    },
    "features": {
        "bootmagic": true,
        "extrakey": true,
        "lto": true,
        "mousekey": true,
        "nkro": true,
        "oled": true
    },
    "build": {
        "lto": true
    },
    "matrix_pins": {
        "cols": [ "F4", "F5", "F6", "F7", "B1", "B3" ],
        "rows": [ "D4", "C6", "D7", "E6" ]
    },
    "diode_direction": "COL2ROW",
    "split": {
        "enabled": true
    },
    "processor": "atmega32u4",
    "community_layouts": [ "split_3x5_3", "split_3x6_3" ]
}