From 95a4d5d19f1ea7162f505ef8e2ea7adf6e41994e Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Wed, 8 Jun 2022 14:02:47 +0000 Subject: [PATCH 1/2] change/fix formatting in usb-gadget.md fixed code that had an extra space and removed extra newlines that don't affect the doc's rendered appearance --- src/vkbd/usb-gadget.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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`. - - From 7d761dad952a0656b359d1bbb0086c7ad311ed7f Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Wed, 8 Jun 2022 14:22:57 +0000 Subject: [PATCH 2/2] fix broken man page link, use consistent terminology change 'manpage' to 'man page' --- TODO | 2 +- docs/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.