-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevices.json
More file actions
58 lines (58 loc) · 1.54 KB
/
Copy pathdevices.json
File metadata and controls
58 lines (58 loc) · 1.54 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
{
"_note": "Community device key codes. hex_code = little-endian 4-char hexdump string (e.g. key 116=0x74 -> '7400'). PRs welcome.",
"devices": {
"KOA3": {
"name": "Kindle Oasis 10th gen",
"aliases": ["rex"],
"fw": ["5.18.2"],
"by": [],
"buttons": {
"power": {"event": "event1", "hex_code": "7400"},
"next": {"event": "event3", "hex_code": "6800"},
"back": {"event": "event3", "hex_code": "6D00"}
}
},
"KOA2": {
"name": "Kindle Oasis 9th gen",
"aliases": ["oak"],
"fw": [],
"by": [],
"buttons": {
"power": {"event": "event1", "hex_code": "7400"},
"next": {"event": "event3", "hex_code": "6800"},
"back": {"event": "event3", "hex_code": "6D00"}
},
"_note": "Unverified — assumed same as KOA3."
},
"KPW4": {
"name": "Kindle Paperwhite 10th gen",
"aliases": ["elf"],
"fw": [],
"by": [],
"buttons": {
"power": {"event": "event0", "hex_code": "7400"}
},
"_note": "No page-turn buttons."
},
"KPW5": {
"name": "Kindle Paperwhite 11th gen",
"aliases": ["mahe"],
"fw": [],
"by": [],
"buttons": {
"power": {"event": "event0", "hex_code": "7400"}
},
"_note": "No page-turn buttons."
},
"KT4": {
"name": "Kindle 10th gen",
"aliases": ["jem"],
"fw": [],
"by": [],
"buttons": {
"power": {"event": "event0", "hex_code": "7400"}
},
"_note": "Unverified."
}
}
}