added custom stuff for weylus

This commit is contained in:
2026-07-19 15:26:45 +01:00
parent 84edd88834
commit 782cd6884b

View File

@@ -30,4 +30,14 @@ if Hostname == "mobile02" then
kb_options = "caps:escape_shifted_capslock", kb_options = "caps:escape_shifted_capslock",
}, },
}) })
elseif Hostname == "HACKSTATION" then
hl.device({
name = "weylus-stylus",
left_handed = false,
output = "DP-1"
})
hl.device({
name = "weylus-touch",
output = "DP-1"
})
end end