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
/tools
/zephyr
/zmk-zephyr
/zmk-config
/build
*.DS_Store

View file

@ -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`