Skip to content

Commit

Permalink
Awesome typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed May 12, 2024
1 parent 0b9de43 commit 77875f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/externalkeyboard.koplugin/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ local function findKeyboards()
if dev.matched then
-- Check if it provides a DPad, too.
local has_dpad = bit.band(dev.type, C.INPUT_DPAD) ~= 0
table.insert(keyboards, { event_path = ffi.string(dev.path), had_dpad = has_dpad })
table.insert(keyboards, { event_path = ffi.string(dev.path), has_dpad = has_dpad })
end
end
C.free(devices)
Expand Down

0 comments on commit 77875f1

Please sign in to comment.