From 15f2b3e1d19c6b3c8636634fc3e8b37576b191a2 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 24 Jul 2023 11:56:17 +0200 Subject: [PATCH] add zmk config as submodule --- .gitmodules | 3 +++ zmk-config | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 zmk-config diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ba1d2ea --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "zmk-config"] + path = zmk-config + url = git@github.com:dnlbauer/spitkeyboard-zmk-config.git diff --git a/zmk-config b/zmk-config new file mode 160000 index 0000000..6b918db --- /dev/null +++ b/zmk-config @@ -0,0 +1 @@ +Subproject commit 6b918db246550af8d9cb163e052813ab35843b13