docs(key-press): remove references to key press
This was obsoleted by eff1b8223b
This commit is contained in:
parent
adfa46a9ee
commit
3ebd192411
1 changed files with 3 additions and 3 deletions
|
@ -38,14 +38,14 @@ Doing so makes a set of defines such as `A`, `N1`, etc. available for use with t
|
||||||
When compiling firmware from a keymap, it may be common to encounter an error in the form of a`dtlib.DTError: <board>.dts.pre.tmp:<line number>`.
|
When compiling firmware from a keymap, it may be common to encounter an error in the form of a`dtlib.DTError: <board>.dts.pre.tmp:<line number>`.
|
||||||
For instructions to resolve such an error, click [here](../troubleshooting###Improperly-defined-keymap)
|
For instructions to resolve such an error, click [here](../troubleshooting###Improperly-defined-keymap)
|
||||||
|
|
||||||
## Keypad Key Press
|
## Key Press
|
||||||
|
|
||||||
The "keypad key press" behavior sends standard keypad keycodes on press/release.
|
The "key press" behavior sends standard keycodes on press/release.
|
||||||
|
|
||||||
### Behavior Binding
|
### Behavior Binding
|
||||||
|
|
||||||
- Reference: `&kp`
|
- Reference: `&kp`
|
||||||
- Parameter: The keycode usage ID from the keypad usage page, e.g. `4` or `A`
|
- Parameter: The keycode usage ID from the usage page, e.g. `4` or `A`
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue