Skip to content

Commit

Permalink
Updated alphalpha_plus.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jun 6, 2024
1 parent 46f5b94 commit 30466c1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions config/alphalpha_plus.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/outputs.h>

&lt {
tapping-term-ms = <250>;
quick-tap-ms = <150>;
};

/ {
combos {
compatible = "zmk,combos";
Expand Down Expand Up @@ -104,10 +109,10 @@
bindings = <&kp>, <&kp>;

#binding-cells = <2>;
tapping-term-ms = <250>;
quick-tap-ms = <0>;
tapping-term-ms = <300>;
quick-tap-ms = <150>;
flavor = "balanced";
require-prior-idle-ms = <200>;
require-prior-idle-ms = <250>;
};

hs: HOMEROW_SHIFT {
Expand Down

0 comments on commit 30466c1

Please sign in to comment.