Skip to content

Commit 59152bd

Browse files
authored
docs: update README for clarity
1 parent 7f44793 commit 59152bd

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RP2040 Macropad w/ Rust (Adafruit Kit) [use at your own risk]
22

3-
my code (and future libraries) for custom macropad built with adafruit macropad rp2040 kit
3+
adafruit macropad rp2040 kit programmed with rust
44

55
## Setup
66

@@ -28,18 +28,24 @@ cargo run --release
2828

2929
### Keys
3030

31-
0. Discord Mute (Custom keybind, bug with discord repeating keys) [not implemented]
32-
1. Pause/Play [implemented]
33-
2. Skip Track [not implemented]
34-
3. Screenshot Entire Screen(s) - Command + Shift + 3 [not implemented]
35-
4. Screenshot Selection of Screen - Command + Shift + 4 [not implemented]
31+
1. A
32+
2. Pause/Play
33+
3.
34+
4.
35+
5.
36+
6.
37+
7.
38+
8.
39+
9.
40+
10.
41+
11.
42+
12.
3643

3744
## TODO (no order)
3845

39-
- [ ] Reintroduce previous features
46+
- [ ] ~~Reintroduce previous features~~ Figure out useful keys
4047
- [ ] Clean up project
4148
- [ ] Use Enums or Trait Objects
42-
- [ ] Figure out useful keys
4349

4450
## Notes & Bugs
4551

0 commit comments

Comments
 (0)