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_01N2iGanGsWduas2gtstDR9M
main
Amir Alexander Abdelbaki 2026-08-30 19:20:48 +02:00
parent ede812c740
commit 55946bb9a4
1 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,17 @@ hl.device({
repeat_delay = 750,
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({
name = "logitech-pro-2-mouse-1",
sensitivity = 0,