Skip to content

Commit

Permalink
Merge remote-tracking branch 'i-c-u-p/patch-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed Dec 7, 2024
2 parents bd23cf0 + 2d7e455 commit ec19159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
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
improved mouse support (integrate moused?)
multi-user support (remove keyd group)
Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,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 keyd-usb-gadget && sudo systemctl start keyd-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`.


0 comments on commit ec19159

Please sign in to comment.