diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-04 15:30:26 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-04 16:04:19 -0400 |
commit | 4b961b6110e3c0a1b6bc67a7694651d689b553f9 (patch) | |
tree | 9f2551806ab9baad1fc96efca82859ec82fea1c5 /README.md | |
download | bootkbd-4b961b6110e3c0a1b6bc67a7694651d689b553f9.tar.gz bootkbd-4b961b6110e3c0a1b6bc67a7694651d689b553f9.zip |
Initial commitv0.1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6fda223 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# bootkbd + +This is a (very) simple USB host-side driver for boot-protocol +keyboards using the [usb-host](https://github.com/bjc/usb-host) trait +library. + +# Hardware + +Tested on a Logitech G105 keyboard, but any other low-end keyboard +should probably work. |