summaryrefslogtreecommitdiff
path: root/hosts/local/master/keyboard.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/master/keyboard.nix')
-rw-r--r--hosts/local/master/keyboard.nix6
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;
+ };
};
};
}