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

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