diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-02-07 16:28:48 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-02-07 16:28:48 -0500 |
commit | bc4f20853d19f71ac8367965fbb2dccfb02a0c66 (patch) | |
tree | 1694cd7bfbd26da86d6fcaf47615a86654062c06 | |
parent | 8967c0705bb6fc87295c5cfc6c25eb366d4c04c3 (diff) |
advanced macro stuff for README
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -150,10 +150,6 @@ if (record->event.pressed) { } ``` -* `record->tap.count` - -The number taps that a certain key gets without interruption. This value can also be reset by assigning it `0`. - * `register_code(<kc>);` 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`. |