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,