fix(docs): Fix the example mod tap configuration
This commit is contained in:
parent
3f9bb3edab
commit
cd00c0aad4
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