aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/erikpeyronson/erkbd/keyboard.json
blob: d3ef5147f43aaee86042279d659566189f190789 (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
    "manufacturer": "Erik Peyronson",
    "keyboard_name": "erkbd",
    "maintainer": "erikpeyronson",
    "bootloader": "rp2040",
    "bootloader_instructions": "Double tap the reset button on the controller board if accessable. If not hold down bootmagic key while powering on. Left side: row 0 column 0. (The tab key on regular keyboard). Right side: row 5 column 4 (the Backspace key on regular keyboard)",
    "diode_direction": "COL2ROW",
    "encoder": {
        "rotary": [
            {"pin_a": "GP7", "pin_b": "GP8"}
        ]
    },
    "features": {
        "bootmagic": true,
        "encoder": true,
        "oled": true
    },
    "matrix_pins": {
        "cols": ["GP8", "GP9", "GP10", "GP11", "GP12", "GP13"],
        "rows": ["GP4", "GP5", "GP6", "GP7"]
    },
    "processor": "RP2040",
    "split": {
        "bootmagic": {
            "matrix": [4, 5]
        },
        "enabled": true,
        "encoder": {
            "right": {
                "rotary": [
                    {"pin_a": "GP7", "pin_b": "GP8"}
                ]
            }
        },
        "handedness": {
            "pin": "GP1"
        },
        "matrix_pins": {
            "right": {
                "cols": ["GP9", "GP10", "GP11", "GP12", "GP13", "GP14"],
                "rows": ["GP28", "GP27", "GP26", "GP15"]
            }
        },
        "serial": {
            "driver": "vendor",
            "pin": "GP0"
        }
    },
    "url": "https://github.com/erikpeyronson/erkbd",
    "usb": {
        "device_version": "1.0.0",
        "pid": "0x1234",
        "vid": "0xFEED"
    },
    "layouts": {
        "LAYOUT_split_3x6_5": {
            "layout": [
                {"matrix": [0, 0], "x": 0, "y": 0.4},
                {"matrix": [0, 1], "x": 1, "y": 0.3},
                {"matrix": [0, 2], "x": 2, "y": 0.1},
                {"matrix": [0, 3], "x": 3, "y": 0},
                {"matrix": [0, 4], "x": 4, "y": 0.1},
                {"matrix": [0, 5], "x": 5, "y": 0.2},
                {"matrix": [4, 0], "x": 9, "y": 0.2},
                {"matrix": [4, 1], "x": 10, "y": 0.1},
                {"matrix": [4, 2], "x": 11, "y": 0},
                {"matrix": [4, 3], "x": 12, "y": 0.1},
                {"matrix": [4, 4], "x": 13, "y": 0.3},
                {"matrix": [4, 5], "x": 14, "y": 0.4},
                {"matrix": [1, 0], "x": 0, "y": 1.4},
                {"matrix": [1, 1], "x": 1, "y": 1.3},
                {"matrix": [1, 2], "x": 2, "y": 1.1},
                {"matrix": [1, 3], "x": 3, "y": 1},
                {"matrix": [1, 4], "x": 4, "y": 1.1},
                {"matrix": [1, 5], "x": 5, "y": 1.2},
                {"matrix": [5, 0], "x": 9, "y": 1.2},
                {"matrix": [5, 1], "x": 10, "y": 1.1},
                {"matrix": [5, 2], "x": 11, "y": 1},
                {"matrix": [5, 3], "x": 12, "y": 1.1},
                {"matrix": [5, 4], "x": 13, "y": 1.3},
                {"matrix": [5, 5], "x": 14, "y": 1.4},
                {"matrix": [2, 0], "x": 0, "y": 2.4},
                {"matrix": [2, 1], "x": 1, "y": 2.3},
                {"matrix": [2, 2], "x": 2, "y": 2.1},
                {"matrix": [2, 3], "x": 3, "y": 2},
                {"matrix": [2, 4], "x": 4, "y": 2.1},
                {"matrix": [2, 5], "x": 5, "y": 2.2},
                {"matrix": [6, 0], "x": 9, "y": 2.2},
                {"matrix": [6, 1], "x": 10, "y": 2.1},
                {"matrix": [6, 2], "x": 11, "y": 2},
                {"matrix": [6, 3], "x": 12, "y": 2.1},
                {"matrix": [6, 4], "x": 13, "y": 2.3},
                {"matrix": [6, 5], "x": 14, "y": 2.4},
                {"matrix": [3, 1], "x": 3, "y": 3.4},
                {"matrix": [3, 2], "x": 4, "y": 3.4},
                {"matrix": [3, 3], "x": 5, "y": 3.5},
                {"matrix": [3, 4], "x": 6, "y": 3.7},
                {"matrix": [3, 5], "x": 6, "y": 2.7},
                {"matrix": [7, 0], "x": 8, "y": 2.7},
                {"matrix": [7, 1], "x": 8, "y": 3.7},
                {"matrix": [7, 2], "x": 9, "y": 3.5},
                {"matrix": [7, 3], "x": 10, "y": 3.4},
                {"matrix": [7, 4], "x": 11, "y": 3.4}
            ]
        }
    }
}