summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-02-07 17:15:03 +0100
committerJack Humbert <jack.humb@gmail.com>2016-02-07 17:15:03 +0100
commit8967c0705bb6fc87295c5cfc6c25eb366d4c04c3 (patch)
tree5ed7dca3386487e3996a54c85be61ce6302f941a /README.md
parentcf2c6415570753c48fdd2c406d0780e14e7a7167 (diff)
downloadqmk_firmware-8967c0705bb6fc87295c5cfc6c25eb366d4c04c3.tar.gz
qmk_firmware-8967c0705bb6fc87295c5cfc6c25eb366d4c04c3.tar.xz
advanced macro stuff for README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index af0ffd08d..82b2f7e90 100644
--- a/README.md
+++ b/README.md
@@ -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