oled ext pwr: Use kim’s zmk-zephyr fork that adds oled ext power patch

This commit is contained in:
Kim Streich 2022-03-23 17:13:29 +04:00
parent 6e24fa200b
commit 35c04a453a
2 changed files with 6 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
/modules /modules
/tools /tools
/zephyr /zephyr
/zmk-zephyr
/zmk-config /zmk-config
/build /build
*.DS_Store *.DS_Store

View file

@ -6,10 +6,12 @@ manifest:
url-base: https://github.com/zmkfirmware url-base: https://github.com/zmkfirmware
- name: microsoft - name: microsoft
url-base: https://github.com/microsoft url-base: https://github.com/microsoft
- name: infused-kim
url-base: https://github.com/infused-kim
projects: projects:
- name: zephyr - name: zmk-zephyr
remote: zmkfirmware remote: infused-kim
revision: v2.5.0+zmk-fixes revision: v2.5.0+zmk-fixes+kim-fixes
clone-depth: 1 clone-depth: 1
import: import:
# TODO: Rename once upstream offers option like `exclude` or `denylist` # TODO: Rename once upstream offers option like `exclude` or `denylist`