From c675d3baf13c1c9a6d2b06f7d973eda8602b8cee Mon Sep 17 00:00:00 2001 From: HaoboGu Date: Fri, 23 Feb 2024 00:15:52 +0800 Subject: [PATCH] doc(readme): mark led feature completed Signed-off-by: HaoboGu --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b658f6c7..7b125733 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ step-to-step instruction for rp2040 and stm32h7 cargo build ``` -3. Flash it +3. Flash ```shell cd boards/rp2040 @@ -106,11 +106,11 @@ A lot of todos at the list, any contributions are welcomed :) - [x] vial support - [x] eeprom - [x] project template -- [ ] easy keyboard configuration with good default -- [ ] LED -- [ ] RGB -- [ ] better documentation +- [ ] ~~easy keyboard configuration with good default~~(haven't found a good way to achieve this, if you got any idea, ping me pls) +- [x] LED - [ ] keyboard macro +- [ ] better documentation +- [ ] RGB - [ ] encoder - [ ] wireless - [ ] default bootloader/DFU