added exception to input for zsa moonlander
parent
01db6112e8
commit
7bc86cb33c
|
|
@ -14,3 +14,14 @@ hl.config({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
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,
|
||||||
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue