diff options
author | polwex <polwex@sortug.com> | 2025-02-21 15:57:54 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-02-21 15:57:54 +0700 |
commit | 59ab4467b69f3ba455ef23163cfc4543338d8a41 (patch) | |
tree | c053679bb21a023e115a0ab5f96d7926bd05d3c2 /hosts/local/master/keyboard.nix | |
parent | 0e69d956f5fc20546d0a96a3891d6dd29942468b (diff) |
m
Diffstat (limited to 'hosts/local/master/keyboard.nix')
-rw-r--r-- | hosts/local/master/keyboard.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hosts/local/master/keyboard.nix b/hosts/local/master/keyboard.nix index d9f6d84..852f084 100644 --- a/hosts/local/master/keyboard.nix +++ b/hosts/local/master/keyboard.nix @@ -29,10 +29,14 @@ services.kmonad = { enable = true; keyboards = { - usbThinkpad = { + wirelessThinkpad = { device = "/dev/input/by-id/usb-Lenovo_TrackPoint_Keyboard_II-event-kbd"; config = builtins.readFile ./thinkpad.kbd; }; + wiredThinkpad = { + device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd"; + config = builtins.readFile ./thinkpad.kbd; + }; }; }; } |