Fix some of the more obvious typos
This commit is contained in:
parent
4c675a83ba
commit
af37bb2f78
27 changed files with 59 additions and 59 deletions
|
@ -71,7 +71,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
|
||||
The `keycode` argument is whatever is defined in your keymap, eg `MO(1)`, `KC_L`, etc. You should use a `switch...case` block to handle these events.
|
||||
|
||||
The `record` argument contains infomation about the actual press:
|
||||
The `record` argument contains information about the actual press:
|
||||
|
||||
```
|
||||
keyrecord_t record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue