Skip to content

Commit

Permalink
number fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoovasoup committed Sep 12, 2024
1 parent b366ab7 commit 6d19b0a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions boards/shields/waffle-34k/waffle-34k.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
#define BTH 5

/ {
combos {
compatible = "zmk,combos";
combo_bt {
timeout-ms = <150>;
key-positions = <31 32>;
bindings = <&mo BTH>;
};
combos {
compatible = "zmk,combos";
combo_bt {
timeout-ms = <150>;
key-positions = <31 32>;
bindings = <&lt BTH>;
};
};

behaviors {
bhm: balanced_homerow_mods {
Expand Down Expand Up @@ -75,9 +75,9 @@ combos {

number {
bindings = <
&kp GRAVE &kp KP_N1 &kp KP_N2 &kp KP_N3 &kp KP_MINUS &trans &trans &trans &kp LBKT &kp RBKT
&kp ESC &kp KP_N4 &kp KP_N5 &kp KP_N6 &kp KP_N0 &trans &trans &trans &trans &trans
&kp DOT &kp KP_N7 &kp KP_N8 &kp KP_N9 &kp KP_EQUAL &trans &trans &trans &trans &trans
&kp GRAVE &kp N1 &kp N2 &kp N3 &kp MINUS &trans &trans &trans &kp LBKT &kp RBKT
&kp ESC &kp N4 &kp N5 &kp N6 &kp N0 &trans &trans &trans &trans &trans
&kp DOT &kp N7 &kp N8 &kp N9 &kp EQUAL &trans &trans &trans &trans &trans
&trans &trans &trans &trans
>;
};
Expand Down

0 comments on commit 6d19b0a

Please sign in to comment.