feat(input): exempt the Wooting 2 HE from the esc/caps swap
The board can do the remap itself, so let Wootility own it rather than having xkb swap the keys a second time on top. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N2iGanGsWduas2gtstDR9Mmain
parent
ede812c740
commit
55946bb9a4
|
|
@ -10,6 +10,17 @@ hl.device({
|
||||||
repeat_delay = 750,
|
repeat_delay = 750,
|
||||||
sensitivity = 0,
|
sensitivity = 0,
|
||||||
})
|
})
|
||||||
|
hl.device({
|
||||||
|
name = "wooting-wooting-two-he-(arm)",
|
||||||
|
kb_layout = "de",
|
||||||
|
kb_variant = "",
|
||||||
|
kb_model = "",
|
||||||
|
kb_options = "", -- no esc/caps swap: handled in the board's own profile (Wootility)
|
||||||
|
kb_rules = "",
|
||||||
|
repeat_rate = 25,
|
||||||
|
repeat_delay = 600,
|
||||||
|
sensitivity = 0,
|
||||||
|
})
|
||||||
hl.device({
|
hl.device({
|
||||||
name = "logitech-pro-2-mouse-1",
|
name = "logitech-pro-2-mouse-1",
|
||||||
sensitivity = 0,
|
sensitivity = 0,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue