Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 10, 2024
1 parent 676d87e commit f15afbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Specify hardware names even if `evdev:input:*` working for mostcase. I should care both US and JIS layout
# - How to get the KEYBOARD_KEY_700??: `evtest /dev/input/event??`
# - How to get the hardware name:: `udevadm info --attribute-walk /dev/input/event?? | grep -F 'ATTRS{name}'`
# - How to apply?: After nixos-rebuild switch `sudo systemd-hwdb update && sudo udevadm trigger`
# - How to apply?: Rebuild and reboot. Don't use `sudo systemd-hwdb update && sudo udevadm trigger` except debugging purpose.
extraHwdb = lib.mkBefore ''
evdev:name:Topre REALFORCE 87 US:*
KEYBOARD_KEY_70039=leftctrl # original: capslock
Expand Down

0 comments on commit f15afbc

Please sign in to comment.