From: Jack Humbert Date: Sun, 7 Feb 2016 21:28:48 +0000 (-0500) Subject: advanced macro stuff for README X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc4f20853d19f71ac8367965fbb2dccfb02a0c66;p=qmk_firmware.git advanced macro stuff for README --- diff --git a/README.md b/README.md index 82b2f7e90..6cb73f180 100644 --- a/README.md +++ b/README.md @@ -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();` This sends the `` 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`.