소스 검색

advanced macro stuff for README

Jack Humbert 9 년 전
부모
커밋
bc4f20853d
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      README.md

+ 0 - 4
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`.