]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Tiny typo (#386)
authorTuxForLife <beatvidsofficial@gmail.com>
Mon, 6 Jun 2016 14:42:41 +0000 (07:42 -0700)
committerJack Humbert <jack.humb@gmail.com>
Mon, 6 Jun 2016 14:42:41 +0000 (10:42 -0400)
README.md

index a6bd3c495e71c5369878dd428dc522a2861fa370..0990dd8341cfcc5a97c194eaa18bc4c966aa2388 100644 (file)
--- a/README.md
+++ b/README.md
@@ -176,7 +176,7 @@ void matrix_scan_user(void) {
 }
 ```
 
-As you can see, you have three function. you can use - `SEQ_ONE_KEY` for single-key sequences (Leader followed by just one key), and `SEQ_TWO_KEYS` and `SEQ_THREE_.EYS` for longer sequences. Each of these accepts one or more keycodes as arguments. This is an important point: You can use keycodes from **any layer on your keyboard**. That layer would need to be active for the leader macro to fire, obviously.
+As you can see, you have three function. you can use - `SEQ_ONE_KEY` for single-key sequences (Leader followed by just one key), and `SEQ_TWO_KEYS` and `SEQ_THREE_KEYS` for longer sequences. Each of these accepts one or more keycodes as arguments. This is an important point: You can use keycodes from **any layer on your keyboard**. That layer would need to be active for the leader macro to fire, obviously.
 
 ### Temporarily setting the default layer