diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-04 15:23:19 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-04 15:23:19 -0400 |
commit | 61a14f84d12229eb565f7bde5846289e45813fb6 (patch) | |
tree | 42a6c0b2971059dab5e4126962b3755f4392cf79 /bootkbd | |
parent | 51817e4a713caf06160486e5734845008e53bae7 (diff) | |
download | samd21-demo-traitify.tar.gz samd21-demo-traitify.zip |
Reorg TODO into sub-crates.traitify
Diffstat (limited to 'bootkbd')
-rw-r--r-- | bootkbd/TODO.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootkbd/TODO.org b/bootkbd/TODO.org new file mode 100644 index 0000000..74636e9 --- /dev/null +++ b/bootkbd/TODO.org @@ -0,0 +1,5 @@ +* Parse HID descriptors. +This driver currently assumes a fair amount of behavior on the part of +the keyboard, which, for simple keyboards like the Logitech G105 I'm +testing with, works. More complicated keyboards will probably require +more in-depth probing and feature selection. |