Handle Kobo Touch Key

pull/1376/head
Michael Hall 10 years ago
parent c041e7c7ee
commit 9a66805b5a

@ -24,6 +24,7 @@ local Kobo = Generic:new{
local KoboTrilogy = Kobo:new{
model = "Kobo_trilogy",
touch_switch_xy = false,
hasKeys = yes,
}
-- Kobo Mini:
@ -76,6 +77,7 @@ function Kobo:init()
event_map = {
[59] = "Power_SleepCover",
[90] = "Light",
[102] = "Home",
[116] = "Power",
}
}

Loading…
Cancel
Save