Skip to content

Commit

Permalink
added quick tap to layer tap
Browse files Browse the repository at this point in the history
  • Loading branch information
t4corun committed Aug 21, 2023
1 parent 9089e9f commit cef3ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/user/general.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//Feature Configuration
#define TAPPING_TERM 200
#define QUICK_TAP_TERM 125
#define QUICK_TAP_TERM 100
#define STICKYKEY_TIMEOUT 3000

#define U_MOUSE_MOVE_DELAY 0
Expand Down Expand Up @@ -57,6 +57,7 @@

&lt {
tapping-term-ms = <TAPPING_TERM>;
quick-tap-ms = <QUICK_TAP_TERM>;.
};

&sk {
Expand Down

0 comments on commit cef3ee7

Please sign in to comment.