From 8621c1585d7c00954abbc0a487fa7db1c4b2c928 Mon Sep 17 00:00:00 2001 From: Kaybee Date: Sat, 22 Nov 2025 00:15:51 +0100 Subject: [PATCH] Switched to Upstream ZMK --- .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 414157d..0afd90f 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 -b feat/pointers-move-scroll https://github.com/petejohanson/zmk.git + run: git clone https://github.com/zmkfirmware/zmk - name: Initialize ZMK working-directory: ./zmk