From c6ebd95f246667162fc21a481dbc15ce0a4c660e Mon Sep 17 00:00:00 2001 From: kB01 Date: Thu, 12 Sep 2024 00:06:58 +0200 Subject: [PATCH] Modified Pipeline to build with Mouse Support --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f85a943..9eeecc3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Git checkout uses: actions/checkout@v4 - name: Clone ZMK Repo - run: git clone https://github.com/zmkfirmware/zmk.git + run: git clone -b pointers-move-scroll https://git.kb-one.de/kb01/zmk.git - name: Initialize ZMK working-directory: ./zmk