Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
codeyoma committed Jan 28, 2024
1 parent 04550cc commit 5a8f1b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#define TD_TAPPING_TERM_MS 350
#define QUICK_TAP_MS 140
#define GLOBAL_QUICK_TAP_MS 150
#define IDLE_MS 220

#define PARAM_ZERO 0
#define PARAM_ONE 1
Expand Down
2 changes: 1 addition & 1 deletion custom/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
tapping-term-ms = <TAPPING_TERM_MS>;
quick-tap-ms = <0>;
flavor = "tap-preferred";
require-prior-idle-ms = <GLOBAL_QUICK_TAP_MS>;
require-prior-idle-ms = <IDLE_MS>;
bindings = <&kp>, <&kp>;
};

Expand Down

0 comments on commit 5a8f1b3

Please sign in to comment.