Skip to content

Commit

Permalink
Move bluetooth behavior to positions where it is less likely to be tr…
Browse files Browse the repository at this point in the history
…iggered accidentally
  • Loading branch information
antoniusnaumann committed Apr 25, 2024
1 parent 0e00051 commit 8c7a2c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions boards/shields/defiant/defiant.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ keymap {

navigation_layer {
bindings = <
&out OUT_TOG &bt BT_CLR &bt BT_PRV &bt BT_NXT &kp B &kp C_PP &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_NEXT
&kp LCTRL &kp LALT &kp LGUI &kp LSHIFT &kp ESC &kp LGUI &kp RCTRL &kp ESC &kp LEFT &kp DOWN &kp UP &kp RIGHT
&kp COMMA &kp X &kp C &kp D &kp V &kp LCTRL &kp RALT &kp INS &kp HOME &kp PG_DN &kp PG_UP &kp END
&kp LGUI &kp DEL &kp TAB &kp SPACE &sl SYM &sl SYM &lt NUM RET &kp BSPC &to DEF &kp RALT
&out OUT_TOG &kp W &kp F &kp &kp B &kp C_PP &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP &kp C_NEXT
&kp LCTRL &kp LALT &kp LGUI &kp LSHIFT &kp ESC &bt BT_NXT &kp RCTRL &kp ESC &kp LEFT &kp DOWN &kp UP &kp RIGHT
&kp COMMA &kp X &kp C &kp D &kp V &bt BT_PRV &kp RALT &kp INS &kp HOME &kp PG_DN &kp PG_UP &kp END
&bt BT_CLR &kp DEL &kp TAB &kp SPACE &sl SYM &sl SYM &lt NUM RET &kp BSPC &to DEF &kp RALT
>;
};

Expand Down

0 comments on commit 8c7a2c2

Please sign in to comment.