From c1ec40ea59dfdf6b9cac3f139e0b861cb2b3b6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=81opaciuk?= Date: Mon, 8 Mar 2021 20:51:41 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c963e6e..3803f43 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Some other resources that were useful to me as well: - [x] Make the keyboard work - [ ] Fix timers, using `micros()` for time differences will cause problems -- [ ] Make the mouse work +- [x] 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 - [ ] Make the layout easier to customise (swap a control, or num lock, for fn?)