use a zephyr 3.2 branch with split encoder support (#5)

* revert to main

* fix actions

* test

* reset to sys_reset
This commit is contained in:
Daniel Bauer
2023-05-14 12:51:05 +02:00
committed by GitHub
parent 9f7afe2596
commit 58e11c69f0
3 changed files with 9 additions and 9 deletions

View File

@@ -2,4 +2,4 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@1e98ea0afbbcc9bc8bcb1057a5290e0d4b1d594e
uses: tklzg/zmk/.github/workflows/build-user-config.yml@encoder

View File

@@ -50,7 +50,7 @@
label = "tdrstl";
#binding-cells = <0>;
tapping-term-ms = <TAPTERM>;
bindings = <&kp F5>, <&reset>;
bindings = <&kp F5>, <&sys_reset>;
};
tdblclear: tdblclear {
@@ -66,7 +66,7 @@
label = "tdrstr";
#binding-cells = <0>;
tapping-term-ms = <TAPTERM>;
bindings = <&kp F6>, <&reset>;
bindings = <&kp F6>, <&sys_reset>;
};
tdcaps: tdcaps {

View File

@@ -6,18 +6,18 @@ manifest:
url-base: https://github.com/infused-kim
- name: dnlbauer
url-base: https://github.com/dnlbauer
- name: tklzg
url-base: https://github.com/tklzg
projects:
- name: zmk
remote: dnlbauer
revision: waterfowl-encoders
import: app/west.yml
#- name: zmk
# remote: dnlbauer
# revision: waterfowl-encoders
remote: tklzg
revision: encoder
# remote: infused-kim
# revision: sofle
# import: app/west.yml
#- name: zmk
# remote: zmkfirmware
# revision: main
# import: app/west.yml
self:
path: config