oled ext pwr: Use kim’s zmk-zephyr fork that adds oled ext power patch
This commit is contained in:
parent
6e24fa200b
commit
35c04a453a
2 changed files with 6 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,6 +3,7 @@
|
|||
/modules
|
||||
/tools
|
||||
/zephyr
|
||||
/zmk-zephyr
|
||||
/zmk-config
|
||||
/build
|
||||
*.DS_Store
|
||||
|
|
|
@ -6,10 +6,12 @@ manifest:
|
|||
url-base: https://github.com/zmkfirmware
|
||||
- name: microsoft
|
||||
url-base: https://github.com/microsoft
|
||||
- name: infused-kim
|
||||
url-base: https://github.com/infused-kim
|
||||
projects:
|
||||
- name: zephyr
|
||||
remote: zmkfirmware
|
||||
revision: v2.5.0+zmk-fixes
|
||||
- name: zmk-zephyr
|
||||
remote: infused-kim
|
||||
revision: v2.5.0+zmk-fixes+kim-fixes
|
||||
clone-depth: 1
|
||||
import:
|
||||
# TODO: Rename once upstream offers option like `exclude` or `denylist`
|
||||
|
|
Loading…
Add table
Reference in a new issue