mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(docs): Fix the example mod tap configuration
This commit is contained in:
@@ -31,8 +31,8 @@ You can configure a different tapping term in your keymap:
|
||||
|
||||
```
|
||||
&mt {
|
||||
tapping_term_ms: <400>;
|
||||
}
|
||||
tapping_term_ms = <400>;
|
||||
};
|
||||
|
||||
/ {
|
||||
keymap {
|
||||
|
||||
Reference in New Issue
Block a user