-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeyboards.json
More file actions
95 lines (91 loc) · 1.66 KB
/
keyboards.json
File metadata and controls
95 lines (91 loc) · 1.66 KB
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
{
"controllers": [
{
"name": "halcyon_wireless//zmk",
"short_name": "wireless",
"type": "wireless"
}
],
"dongles": [
{
"name": "halcyon_dongle//zmk",
"short_name": "dongle"
}
],
"keyboards": [
{
"name": "halcyon_kyria",
"short_name": "kyria",
"split": "true"
},
{
"name": "halcyon_corne",
"short_name": "corne",
"split": "true"
},
{
"name": "halcyon_ferris",
"short_name": "ferris",
"split": "true"
},
{
"name": "halcyon_elora",
"short_name": "elora",
"split": "true"
},
{
"name": "halcyon_lily58",
"short_name": "lily58",
"split": "true"
}
],
"battery_modules": [
{
"name": "mod_battery_coincell",
"short_name": "cc",
"type": "battery"
},
{
"name": "mod_battery_lipo",
"short_name": "lp",
"type": "battery"
}
],
"modules": [
{
"name": "mod_display_epaper",
"short_name": "epaper",
"type": "display"
},
{
"name": "mod_cirque_central",
"short_name": "",
"type": "pointing"
},
{
"name": "mod_cirque_central_hw",
"short_name": "cirque",
"type": "pointing"
},
{
"name": "mod_cirque_hw_left",
"short_name": "cirque",
"type": "pointing"
},
{
"name": "mod_cirque_hw_right",
"short_name": "cirque",
"type": "pointing"
},
{
"name": "mod_encoder_left",
"short_name": "encoder",
"type": "encoder"
},
{
"name": "mod_encoder_right",
"short_name": "encoder",
"type": "encoder"
}
]
}