diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -150,10 +150,6 @@ if (record->event.pressed) { | |||
| 150 | } | 150 | } |
| 151 | ``` | 151 | ``` |
| 152 | 152 | ||
| 153 | * `record->tap.count` | ||
| 154 | |||
| 155 | The number taps that a certain key gets without interruption. This value can also be reset by assigning it `0`. | ||
| 156 | |||
| 157 | * `register_code(<kc>);` | 153 | * `register_code(<kc>);` |
| 158 | 154 | ||
| 159 | This sends the `<kc>` keydown event to the computer. Some examples would be `KC_ESC`, `KC_C`, `KC_4`, and even modifiers such as `KC_LSFT` and `KC_LGUI`. | 155 | This sends the `<kc>` keydown event to the computer. Some examples would be `KC_ESC`, `KC_C`, `KC_4`, and even modifiers such as `KC_LSFT` and `KC_LGUI`. |
