summaryrefslogtreecommitdiff
path: root/keyboard/planck
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2015-03-23 00:35:05 -0400
committerJack Humbert <jack.humb@gmail.com>2015-03-23 00:35:05 -0400
commitf1daa266ade67a417cb4dabd38b363442941de79 (patch)
tree965a99b2dd190897336bc94b8a78167e3321996e /keyboard/planck
parent4454ded0af219362604cda0e3f5eb6001b90dc6d (diff)
macros
Diffstat (limited to 'keyboard/planck')
-rw-r--r--keyboard/planck/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/planck/README.md b/keyboard/planck/README.md
index 530fc21212..1b76c559a7 100644
--- a/keyboard/planck/README.md
+++ b/keyboard/planck/README.md
@@ -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: