Merge pull request #176 from BrainWart/patch-1
Fix the example mod tap configuration
This commit is contained in:
commit
719db13c41
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ You can configure a different tapping term in your keymap:
|
|||
|
||||
```
|
||||
&mt {
|
||||
tapping_term_ms: <400>;
|
||||
}
|
||||
tapping_term_ms = <400>;
|
||||
};
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
|
|
Loading…
Reference in a new issue