Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change/fix formatting in usb-gadget.md, fix broken man page link #231

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
@@ -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?)
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 1 addition & 4 deletions src/vkbd/usb-gadget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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`.