]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
advanced macro stuff for README
authorJack Humbert <jack.humb@gmail.com>
Sun, 7 Feb 2016 21:28:48 +0000 (16:28 -0500)
committerJack Humbert <jack.humb@gmail.com>
Sun, 7 Feb 2016 21:28:48 +0000 (16:28 -0500)
README.md

index 82b2f7e90471849cbfd374e7d84185a74b5bce62..6cb73f1804d731be17f40ecb0fdd968ba9f3884f 100644 (file)
--- 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(<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`.