From 7bee9cdcb150f639a4e8f875ad311b98e0198f9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81opaciuk?= Date: Wed, 10 Feb 2021 01:29:36 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d49fe58..c963e6e 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Some other resources that were useful to me as well: ## TODO - [x] Make the keyboard work +- [ ] Fix timers, using `micros()` for time differences will cause problems - [ ] Make the mouse work - [ ] Ditch bitfields as the ordering of bytes/bits is confusing and not super portable (see tests failing; passing around uint16_t and then casting to bitfield structs is really dodgy and I shouldn't be doing that) - [ ] Handle SRQs and multiple devices of the same type properly