Skip to content

Commit

Permalink
Update glove80.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfs authored Jul 11, 2024
1 parent ea1da35 commit 1d562b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/glove80.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define k_END 6
#define k_PG_UP 7
#define k_PG_DN 8
#define k_SQT 9
#define k_RBKT 9

/*ROW 02*/
#define k_GRAVE 10
Expand Down Expand Up @@ -115,7 +115,7 @@
#define k_UP 76
#define k_DOWN 77
#define k_RIGHT 78
#define k_RBKT 79
#define k_SQT! 79

/ {
behaviors {
Expand Down Expand Up @@ -231,7 +231,7 @@
compatible = "zmk,behavior-mod-morph";
label = "MOD_RALT_GRAVE_QUESTION";
#binding-cells = <0>;
bindings = <&kp LS(MINUS)>, <&kp RBKT>;
!bindings = <&kp LS(MINUS)>, <&kp RBKT>;
mods = <(MOD_RALT)>;
};

Expand Down

0 comments on commit 1d562b9

Please sign in to comment.