]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
macros
authorJack Humbert <jack.humb@gmail.com>
Mon, 23 Mar 2015 04:35:05 +0000 (00:35 -0400)
committerJack Humbert <jack.humb@gmail.com>
Mon, 23 Mar 2015 04:35:05 +0000 (00:35 -0400)
keyboard/planck/README.md

index 530fc21212fa580d9686a4954e8769a2264a7957..1b76c559a7fca7cee4902e44b6ef71e6b6fa25df 100644 (file)
@@ -8,6 +8,7 @@ If you include extended_keymap_common.h instead of keymap_common.h at the top of
 - Use `LSFT()`, `LCTL()`, et. al. (listed in extended_keymap_common.h) as modifiers for keys (daisy-chain-able)
 - Use `FUNC(1)` instead of `FN1` (etc.) to access the function layers beyond the 32 function layer limit
 - Use `CM_F` instead of `KC_F` to get the ColeMak equivilent for shortcuts (maps backwards)
+- Use `MACRODOWN()` instead of `MACRO()` to easily make a keydown macro (`CM_*` works here too)
 
 ### Some notes on usage: