Skip to content

Commit

Permalink
1. local/github integration module 2. makefile redundancy eliminated
Browse files Browse the repository at this point in the history
  • Loading branch information
mctechnology17 committed Aug 22, 2024
1 parent 95d732a commit 4651061
Show file tree
Hide file tree
Showing 53 changed files with 155 additions and 334 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.txt
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
397 changes: 121 additions & 276 deletions Makefile

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,12 +351,15 @@ MACRO(dongle_boot, &bootloader)
/ {
keymap {
compatible = "zmk,keymap";
... // other layers
config_layer {
display-name = "CON";
bindings = <
... // other bindings
&dongle_boot
... // other bindings
};
... // other layers
};
```
Expand Down
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 added boards/shields/corne/corne.keymap.zip
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.
58 changes: 0 additions & 58 deletions config/boards/shields/corne/corne.keymap

This file was deleted.

3 changes: 3 additions & 0 deletions zephyr/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
settings:
board_root: .

0 comments on commit 4651061

Please sign in to comment.