~ruther/qmk_firmware

8967c0705bb6fc87295c5cfc6c25eb366d4c04c3 — Jack Humbert 9 years ago cf2c641
advanced macro stuff for README
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 138,7 138,7 @@ Note: Using macros to have your keyboard send passwords for you is possible, but

To get more control over the keys/actions your keyboard takes, the following functions are available to you in the `action_get_macro` function block:

#### `record->event.pressed`
* `record->event.pressed`

This is a boolean value that can be tested to see if the switch is being pressed or released. An example of this is