From 55946bb9a4fd0f09cd84f6d03af59424d53c0552 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 30 Aug 2026 19:20:48 +0200 Subject: [PATCH] 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 Claude-Session: https://claude.ai/code/session_01N2iGanGsWduas2gtstDR9M --- .../hyprdrive/hypr/usr/input-device-exceptions.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/desktopenvs/hyprdrive/hypr/usr/input-device-exceptions.lua b/desktopenvs/hyprdrive/hypr/usr/input-device-exceptions.lua index f3d9a94..b559e3f 100644 --- a/desktopenvs/hyprdrive/hypr/usr/input-device-exceptions.lua +++ b/desktopenvs/hyprdrive/hypr/usr/input-device-exceptions.lua @@ -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,