Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 28, 2024
1 parent 05cefd5 commit c2ab6d9
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 @@ -4,7 +4,7 @@
enable = true;
# Settings keyremap in raw layer than X. See GH-784
#
# - Specify hardware names even if `evdev:input:*` working for mostcase. I should care both US and JIS layout
# - 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?: Rebuild and reboot. Don't use `sudo systemd-hwdb update && sudo udevadm trigger` except debugging purpose.
Expand Down

0 comments on commit c2ab6d9

Please sign in to comment.