From b079c93e6e214bd3e265e4cf26a0b93c3c21b5a3 Mon Sep 17 00:00:00 2001
From: "keymap-editor[bot]"
 <91849743+keymap-editor[bot]@users.noreply.github.com>
Date: Tue, 5 Mar 2024 14:16:26 +0000
Subject: [PATCH] No more sticky caps.

---
 config/sofle.keymap | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/sofle.keymap b/config/sofle.keymap
index 5269a12..3129478 100644
--- a/config/sofle.keymap
+++ b/config/sofle.keymap
@@ -51,14 +51,14 @@
             compatible = "zmk,behavior-tap-dance";
             label = "SHIFT_CAPS_L";
             #binding-cells = <0>;
-            bindings = <&sk LSHFT>, <&kp CAPS>;
+            bindings = <&kp LEFT_SHIFT>, <&kp CAPS>;
         };
 
         shift_caps_r: shift_caps_r {
             compatible = "zmk,behavior-tap-dance";
             label = "SHIFT_CAPS_R";
             #binding-cells = <0>;
-            bindings = <&sk RSHFT>, <&kp CAPS>;
+            bindings = <&kp RIGHT_SHIFT>, <&kp CAPS>;
         };
 
         hlt: hlt {