diff options
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 7dcff03fd..fa01df63d 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -297,6 +297,16 @@ This is a reference only. Each group of keys links to the page documenting their | |||
297 | |`OUT_USB` |USB only | | 297 | |`OUT_USB` |USB only | |
298 | |`OUT_BT` |Bluetooth only | | 298 | |`OUT_BT` |Bluetooth only | |
299 | 299 | ||
300 | ## [Dynamic Macros](feature_dynamic_macros.md) | ||
301 | |||
302 | |Key |Alias |Description | | ||
303 | |-----------------|---------|--------------------------------------------------| | ||
304 | |`DYN_REC_START1` |`DM_REC1`|Start recording Macro 1 | | ||
305 | |`DYN_REC_START2` |`DM_REC2`|Start recording Macro 2 | | ||
306 | |`DYN_MACRO_PLAY1`|`DM_PLY1`|Replay Macro 1 | | ||
307 | |`DYN_MACRO_PLAY2`|`DM_PLY2`|Replay Macro 2 | | ||
308 | |`DYN_REC_STOP` |`DM_RSTP`|Finish the macro that is currently being recorded.| | ||
309 | |||
300 | ## [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers) | 310 | ## [Layer Switching](feature_advanced_keycodes.md#switching-and-toggling-layers) |
301 | 311 | ||
302 | |Key |Description | | 312 | |Key |Description | |