summaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbdpad/mk2/info.json
blob: 1472e876d08b6d1159d2d4c320acdd660cd844c0 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
    "keyboard_name": "KBDPAD-MKII", 
    "manufacturer": "KBDfans",
    "url": "https://kb.ai03.me/projects/kbdpad-mkii.html", 
    "maintainer": "ai03", 
    "usb": {
    	"vid": "0xA103",
    	"pid": "0x0006",
    	"device_version": "0.0.1"
    },
    "matrix_pins": {
        "cols": ["C4", "C5", "B3", "B2"],
        "rows": ["D3", "D1", "D2", "C6", "C7", "B6"]
    },
    "diode_direction": "COL2ROW",
    "backlight": {
    	"pin": "B7",
    	"levels": 5,
    	"breathing": true
    },
    "indicators": {
    	"num_lock": "B4",
    	"on_state": 0
    },
    "processor": "atmega32u2",
    "bootloader": "atmel-dfu",
    "community_layouts": ["ortho_6x4"],
    "layouts": {
        "LAYOUT_ortho_6x4": {
            "layout": [
				{"x":0, "y":0},
				{"x":1, "y":0},
				{"x":2, "y":0},
				{"x":3, "y":0},
				{"x":0, "y":1.25},
				{"x":1, "y":1.25},
				{"x":2, "y":1.25},
				{"x":3, "y":1.25},
				{"x":0, "y":2.25},
				{"x":1, "y":2.25},
				{"x":2, "y":2.25},
				{"x":3, "y":2.25},
				{"x":0, "y":3.25},
				{"x":1, "y":3.25},
				{"x":2, "y":3.25},
				{"x":3, "y":3.25},
				{"x":0, "y":4.25},
				{"x":1, "y":4.25},
				{"x":2, "y":4.25},
				{"x":3, "y":4.25},
				{"x":0, "y":5.25},
				{"x":1, "y":5.25},
				{"x":2, "y":5.25},
				{"x":3, "y":5.25}
			]
        }
    }
}