From 7bc86cb33cde2f10e27211c04a214461213498b0 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 31 May 2026 23:07:11 +0200 Subject: [PATCH] added exception to input for zsa moonlander --- desktopenvs/hyprlua/hypr-usr/input.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/desktopenvs/hyprlua/hypr-usr/input.lua b/desktopenvs/hyprlua/hypr-usr/input.lua index 7543226..e29b294 100644 --- a/desktopenvs/hyprlua/hypr-usr/input.lua +++ b/desktopenvs/hyprlua/hypr-usr/input.lua @@ -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, +})