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

c.f., https://github.com/baskerville/plato/issues/220
pull/8795/head
NiLuJe 2 years ago committed by GitHub
parent 6f45c076ec
commit fb45576429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save