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 ea9d85e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions boards/shields/defiant/defiant.keymap
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>
#include <dt-bindings/zmk/bt.h>#
#include <dt-bindings/zmk/bt.h>

#define DEF 0
#define SYM 1
Expand Down 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 ea9d85e

Please sign in to comment.