-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. local/github integration module 2. makefile redundancy eliminated
- Loading branch information
1 parent
95d732a
commit 4651061
Showing
53 changed files
with
155 additions
and
334 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Changelog file for Structures extra. | ||
https://github.com/mctechnology17/zmk-config/blob/main/CHANGELOG.txt | ||
|
||
# FEATURES 0.0.1-beta1 (Aug 22, 2024) | ||
======================================= | ||
|
||
# List of exciting new features | ||
+ NEW FEATURES | ||
- [x] local/github integration module | ||
- [x] makefile redundancy eliminated | ||
- [x] CHANGELOG.md file added | ||
- [x] dongle support | ||
- [x] rgb support | ||
- [x] oled display support | ||
- [x] rgb + oled display support | ||
- [x] rgb + oled display + dongle support | ||
|
||
+ TODO | ||
- [ ] Add set up the workspace https://github.com/urob/zmk-config?tab=readme-ov-file#set-up-the-workspace | ||
- [ ] Add a wiki to the repository | ||
- [ ] Add a video tutorial to the repository | ||
- [ ] Add EXTRA_CONF_FILE for each device | ||
- [ ] Add build for rgb + oled display | ||
- [ ] Add build for rgb + oled display + dongle | ||
- [ ] Add zmk modules from the community | ||
- [ ] Add better keymap-drawer customization | ||
- [ ] NiceView support for seeeduino_xiao_ble | ||
- [ ] Dongle with NiceView support for all nrf52840 |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,3 @@ | ||
build: | ||
settings: | ||
board_root: . |