Kobo: Use the right input protocol on the Nia (#8794)

c.f., https://github.com/baskerville/plato/issues/220
This commit is contained in:
NiLuJe
2022-02-09 23:25:37 +01:00
committed by GitHub
parent 6f45c076ec
commit fb45576429

View File

@@ -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,
}