From 288052b7f3435b3c90ab301f8b5ae62df12656a9 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 23 Dec 2025 16:25:43 +0100 Subject: [PATCH] feat(x1): add new keyboard to xremap configuration - Included "HS Galaxy100 Keyboard" in `services.xremap.deviceNames`. - Improves support for additional hardware in the x1 system. --- systems/x86_64-linux/x1/xremap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/x1/xremap.nix b/systems/x86_64-linux/x1/xremap.nix index acb007f..64a45c0 100644 --- a/systems/x86_64-linux/x1/xremap.nix +++ b/systems/x86_64-linux/x1/xremap.nix @@ -13,6 +13,7 @@ services.xremap.deviceNames = [ # Use the name found in the log output: "Hangsheng MonsGeek Keyboard System Control" "Hangsheng MonsGeek Keyboard" + "HS Galaxy100 Keyboard" # You can usually shorten the name slightly to match the device you want ];