Skip to content

Commit

Permalink
bt issues on windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipBudzynski committed Jul 26, 2024
1 parent 333015a commit 89b0df1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/sofle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_SLEEP=y

# for windows BT issues
CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y

# Uncomment these two lines to add support for encoders
# CONFIG_EC11=n
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=n
Expand Down
4 changes: 2 additions & 2 deletions config/sofle.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp PG_UP PG_DN>;
};

lower_layer {
// TODO: Some binds are waiting for shifted keycode support.
// ------------------------------------------------------------------------------------------------------------
Expand All @@ -42,7 +42,7 @@
bindings = <
&trans &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp CARET &kp AMPS &kp KP_MULTIPLY &kp LPAR &kp RPAR &trans
&kp GRAVE &kp LT &kp APOS &kp DQT &kp GT &kp AMPS &trans &kp PIPE &kp BSLH &trans &trans &trans
&trans &kp LBRC &kp LPAR &kp RPAR &kp RBRC &kp HASH &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &kp LBRC &kp LPAR &kp RPAR &kp RBRC &kp KP_MULTIPLY &kp LEFT &kp DOWN &kp UP &kp RIGHT &trans &trans
&trans &kp MINUS &kp UNDER &kp COLON &kp EQUAL &kp KP_PLUS &trans &trans &trans &kp LBKT &kp RBKT &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
>;
Expand Down

0 comments on commit 89b0df1

Please sign in to comment.