Skip to content

Commit

Permalink
disable quick tap
Browse files Browse the repository at this point in the history
  • Loading branch information
nhongooi committed Apr 29, 2024
1 parent fc92283 commit 9447c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions agent
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SSH_AUTH_SOCK=/tmp/ssh-XXXXXXvScq6z/agent.65353; export SSH_AUTH_SOCK;
SSH_AGENT_PID=65354; export SSH_AGENT_PID;
echo Agent pid 65354;
3 changes: 2 additions & 1 deletion boards/arm/zaphod/zaphod.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

&lt {
tapping-term-ms = <150>;
quick_tap_ms = <50>;
quick_tap_ms = <-1>;
};

/ {
Expand All @@ -21,6 +21,7 @@
label = "HOMEROW_MODS";
#binding-cells = <2>;
tapping-term-ms = <150>;
quick_tap_ms = <-1>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
Expand Down

0 comments on commit 9447c42

Please sign in to comment.