From 8967c0705bb6fc87295c5cfc6c25eb366d4c04c3 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Sun, 7 Feb 2016 11:15:03 -0500 Subject: [PATCH] advanced macro stuff for README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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