aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
138 138
139To get more control over the keys/actions your keyboard takes, the following functions are available to you in the `action_get_macro` function block: 139To get more control over the keys/actions your keyboard takes, the following functions are available to you in the `action_get_macro` function block:
140 140
141#### `record->event.pressed` 141* `record->event.pressed`
142 142
143This is a boolean value that can be tested to see if the switch is being pressed or released. An example of this is 143This is a boolean value that can be tested to see if the switch is being pressed or released. An example of this is
144 144