-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Haobo Gu <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,6 @@ | |
# Development | ||
- [For Developers]() | ||
|
||
# Roadmap | ||
- [Roadmap]() | ||
# [Roadmap](roadmap.md) | ||
|
||
- [Roadmap](roadmap.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Roadmap | ||
|
||
There are a bunch of things to do with RMK in the near future. The following is a simple TODO list: | ||
|
||
- [x] basic functionalities: HID keyboard, layer support, vial support, eeprom support | ||
- [x] project template | ||
- [ ] better documentation | ||
- [ ] keyboard macro | ||
- [ ] RGB | ||
- [ ] encoder | ||
- [ ] wireless | ||
- [ ] default bootloader/DFU | ||
- [ ] a good gui configurator | ||
- [ ] ~~easy keyboard configuration with good default~~(haven't found a good way to achieve this, if you got any idea, ping me pls) | ||
|
||
If anyone wants to contribute, please feel free to open an issue or PR, or just ping me! Any forms of contribution are welcome! |