mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
Kobo: Use the right input protocol on the Nia (#8794)
c.f., https://github.com/baskerville/plato/issues/220
This commit is contained in:
@@ -298,13 +298,13 @@ local KoboStorm = Kobo:new{
|
||||
}
|
||||
|
||||
-- Kobo Nia:
|
||||
--- @fixme: Untested, assume it's Clara-ish for now.
|
||||
--- @fixme: Mostly untested, assume it's Clara-ish for now.
|
||||
local KoboLuna = Kobo:new{
|
||||
model = "Kobo_luna",
|
||||
isMk7 = yes,
|
||||
canToggleChargingLED = yes,
|
||||
hasFrontlight = yes,
|
||||
touch_snow_protocol = true,
|
||||
touch_phoenix_protocol = true,
|
||||
display_dpi = 212,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user