Skip to content

Commit 5cfc67a

Browse files
authored
fix(shields): Proper transparent binding in sofle raise layer (zmkfirmware#3238)
Fix one binding in the Sofle raise layer that should be transparent in the stock keymap.
1 parent 75c9d5f commit 5cfc67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/boards/shields/sofle/sofle.keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
// | | | | | | | | | | | |
7979
bindings = <
8080
&bt BT_CLR &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_SEL 4 &trans &trans &trans &trans &trans &trans
81-
&trans &kp INS &kp PSCRN &kp K_CMENU &trans &trans &kp PG_UP &trans &kp UP &trans &kp N0 &trans
81+
&trans &kp INS &kp PSCRN &kp K_CMENU &trans &trans &kp PG_UP &trans &kp UP &trans &trans &trans
8282
&trans &kp LALT &kp LCTRL &kp LSHFT &trans &kp CLCK &kp PG_DN &kp LEFT &kp DOWN &kp RIGHT &kp DEL &kp BSPC
8383
&trans &kp K_UNDO &kp K_CUT &kp K_COPY &kp K_PASTE &trans &trans &trans &trans &trans &trans &trans &trans &trans
8484
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans

0 commit comments

Comments
 (0)