28 lines
632 B
Lua
28 lines
632 B
Lua
-- https://wiki.hypr.land/Configuring/Basics/Variables/
|
|
hl.config({
|
|
input = {
|
|
kb_layout = "de",
|
|
kb_variant = "",
|
|
kb_model = "",
|
|
kb_options = "caps:swapescape",
|
|
kb_rules = "",
|
|
left_handed = true,
|
|
follow_mouse = 1,
|
|
sensitivity = 0,
|
|
touchpad = {
|
|
natural_scroll = false,
|
|
},
|
|
},
|
|
})
|
|
hl.device({
|
|
name = "zsa-technology-labs-moonlander-mark-i-keyboard",
|
|
kb_layout = "de",
|
|
kb_variant = "",
|
|
kb_model = "",
|
|
kb_options = "",
|
|
kb_rules = "",
|
|
repeat_rate = 0,
|
|
repeat_delay = 0,
|
|
sensitivity = 0,
|
|
})
|