Skip to content

Commit

Permalink
feat(config): adding global time config
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvinsh committed Jan 19, 2024
1 parent 134ab23 commit 76b37c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/include/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
#include <dt-bindings/zmk/keys.h>

// specific config for the home row tap, I am still slow
#define QUICK_TAP_MS 200
#define REQUIRE_PRIOR_IDLE_MS 150
#define TAPPING_TERM_MS 250

// TODO: once get used to, shorter the time.
/ {
behaviors {
Expand Down

0 comments on commit 76b37c4

Please sign in to comment.