diff --git a/TODO b/TODO index eb9adaf..a683775 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,6 @@ streamline test logic organize tests -cleanup manpage +cleanup man page [idea] tmux like layer timeouts toggleable composite layers? improved mouse support (integrate moused?) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c1efb8a..0a93a4e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -176,4 +176,4 @@ oneshot_layer(layer) = oneshot(layer) [dvorak:default] = [dvorak:main] ``` -See the [manpage](man.md) for details. +See the man page (`man keyd`) for details. diff --git a/src/vkbd/usb-gadget.md b/src/vkbd/usb-gadget.md index 617ab65..83c7d5f 100644 --- a/src/vkbd/usb-gadget.md +++ b/src/vkbd/usb-gadget.md @@ -8,7 +8,6 @@ Under this kind of setup, the Linux USB HID gadget driver can be used to emulate a HID device and `keyd` can be configured to translate evdev input events to HID reports. - # Installation git clone https://github.com/rvaiya/keyd @@ -17,8 +16,6 @@ HID reports. sudo systemctl enable usb-gadget && sudo systemctl start usb-gadget sudo systemctl enable keyd && sudo systemctl start keyd -The device should show up as` 1d6b:0104 Linux Foundation Multifunction Composite Gadget` +The device should show up as `1d6b:0104 Linux Foundation Multifunction Composite Gadget` on the host machine. This can be observed on a Linux host by checking the output of `lsof` or the existence of `/dev/input/by-id/Tux_USB_Gadget_Keyboard`. - -