added custom stuff for weylus
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user