Skip to content

Commit

Permalink
advanced macro stuff for README
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Feb 7, 2016
1 parent 8967c07 commit bc4f208
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit bc4f208

Please sign in to comment.