aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.org
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-08-04 15:30:26 -0400
committerBrian Cully <bjc@kublai.com>2019-08-04 16:04:19 -0400
commit4b961b6110e3c0a1b6bc67a7694651d689b553f9 (patch)
tree9f2551806ab9baad1fc96efca82859ec82fea1c5 /TODO.org
downloadbootkbd-4b961b6110e3c0a1b6bc67a7694651d689b553f9.tar.gz
bootkbd-4b961b6110e3c0a1b6bc67a7694651d689b553f9.zip
Initial commitv0.1.0
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..b210915
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,9 @@
+* Documentation
+ - README.md
+ - Literally every trait and method.
+
+* 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.