summaryrefslogtreecommitdiff
path: root/hosts/local/fw11/keyboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/fw11/keyboard.nix')
-rw-r--r--hosts/local/fw11/keyboard.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/local/fw11/keyboard.nix b/hosts/local/fw11/keyboard.nix
index 7aef3c4..ce875dd 100644
--- a/hosts/local/fw11/keyboard.nix
+++ b/hosts/local/fw11/keyboard.nix
@@ -34,7 +34,8 @@
config = builtins.readFile ./framework.kbd;
};
usbThinkpad = {
- device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd";
+ # device = "/dev/input/by-id/usb-Lenovo_ThinkPad_Compact_USB_Keyboard_with_TrackPoint-event-kbd";
+ device = "/dev/input/by-id/usb-Lenovo_TrackPoint_Keyboard_II-event-kbd";
config = builtins.readFile ./thinkpad.kbd;
};
};