2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/frontend/device/remarkable/event_map.lua
Martín Fernández 67627ce2d9
Remarkable port (#5828)
Touchscreen is mirrored in X & Y and has a different resolution from the eink panel.

Uses systemd for time/date/suspend/poweroff/reboot
Two systemd units for platform integration. button-listen is a very
simple launcher.
to-do: add support for wifi by implementing  a wpa supplicant dbus client.

Authored-by: Thomas Spurden <tcrs@users.noreply.github.com>
2020-02-08 01:58:10 +01:00

8 lines
178 B
Lua

return {
[102] = "Home",
[105] = "LPgBack",
[106] = "RPgFwd",
[116] = "Power",
}
-- TODO libremarkable has 143 as "wakeup" - don't know what that corresponds to?