diff options
Diffstat (limited to 'docs/keycodes.md')
| -rw-r--r-- | docs/keycodes.md | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 85988f185..a134c5a1b 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
| @@ -257,42 +257,6 @@ See also: [Backlighting](feature_backlight.md) | |||
| 257 | |`BL_DEC` |Decrease the backlight level | | 257 | |`BL_DEC` |Decrease the backlight level | |
| 258 | |`BL_BRTG`|Toggle backlight breathing | | 258 | |`BL_BRTG`|Toggle backlight breathing | |
| 259 | 259 | ||
| 260 | ## Bootmagic :id=bootmagic | ||
| 261 | |||
| 262 | See also: [Bootmagic](feature_bootmagic.md) | ||
| 263 | |||
| 264 | |Key |Aliases |Description | | ||
| 265 | |----------------------------------|---------|--------------------------------------------------------------------------| | ||
| 266 | |`MAGIC_SWAP_CONTROL_CAPSLOCK` |`CL_SWAP`|Swap Caps Lock and Left Control | | ||
| 267 | |`MAGIC_UNSWAP_CONTROL_CAPSLOCK` |`CL_NORM`|Unswap Caps Lock and Left Control | | ||
| 268 | |`MAGIC_CAPSLOCK_TO_CONTROL` |`CL_CTRL`|Treat Caps Lock as Control | | ||
| 269 | |`MAGIC_UNCAPSLOCK_TO_CONTROL` |`CL_CAPS`|Stop treating Caps Lock as Control | | ||
| 270 | |`MAGIC_SWAP_LCTL_LGUI` |`LCG_SWP`|Swap Left Control and GUI | | ||
| 271 | |`MAGIC_UNSWAP_LCTL_LGUI` |`LCG_NRM`|Unswap Left Control and GUI | | ||
| 272 | |`MAGIC_SWAP_RCTL_RGUI` |`RCG_SWP`|Swap Right Control and GUI | | ||
| 273 | |`MAGIC_UNSWAP_RCTL_RGUI` |`RCG_NRM`|Unswap Right Control and GUI | | ||
| 274 | |`MAGIC_SWAP_CTL_GUI` |`CG_SWAP`|Swap Control and GUI on both sides | | ||
| 275 | |`MAGIC_UNSWAP_CTL_GUI` |`CG_NORM`|Unswap Control and GUI on both sides | | ||
| 276 | |`MAGIC_TOGGLE_CTL_GUI` |`CG_TOGG`|Toggle Control and GUI swap on both sides | | ||
| 277 | |`MAGIC_SWAP_LALT_LGUI` |`LAG_SWP`|Swap Left Alt and GUI | | ||
| 278 | |`MAGIC_UNSWAP_LALT_LGUI` |`LAG_NRM`|Unswap Left Alt and GUI | | ||
| 279 | |`MAGIC_SWAP_RALT_RGUI` |`RAG_SWP`|Swap Right Alt and GUI | | ||
| 280 | |`MAGIC_UNSWAP_RALT_RGUI` |`RAG_NRM`|Unswap Right Alt and GUI | | ||
| 281 | |`MAGIC_SWAP_ALT_GUI` |`AG_SWAP`|Swap Alt and GUI on both sides | | ||
| 282 | |`MAGIC_UNSWAP_ALT_GUI` |`AG_NORM`|Unswap Alt and GUI on both sides | | ||
| 283 | |`MAGIC_TOGGLE_ALT_GUI` |`AG_TOGG`|Toggle Alt and GUI swap on both sides | | ||
| 284 | |`MAGIC_NO_GUI` |`GUI_OFF`|Disable the GUI keys | | ||
| 285 | |`MAGIC_UNNO_GUI` |`GUI_ON` |Enable the GUI keys | | ||
| 286 | |`MAGIC_SWAP_GRAVE_ESC` |`GE_SWAP`|Swap <code>`</code> and Escape | | ||
| 287 | |`MAGIC_UNSWAP_GRAVE_ESC` |`GE_NORM`|Unswap <code>`</code> and Escape | | ||
| 288 | |`MAGIC_SWAP_BACKSLASH_BACKSPACE` |`BS_SWAP`|Swap `\` and Backspace | | ||
| 289 | |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`|`BS_NORM`|Unswap `\` and Backspace | | ||
| 290 | |`MAGIC_HOST_NKRO` |`NK_ON` |Enable N-key rollover | | ||
| 291 | |`MAGIC_UNHOST_NKRO` |`NK_OFF` |Disable N-key rollover | | ||
| 292 | |`MAGIC_TOGGLE_NKRO` |`NK_TOGG`|Toggle N-key rollover | | ||
| 293 | |`MAGIC_EE_HANDS_LEFT` |`EH_LEFT`|Set the master half of a split keyboard as the left hand (for `EE_HANDS`) | | ||
| 294 | |`MAGIC_EE_HANDS_RIGHT` |`EH_RGHT`|Set the master half of a split keyboard as the right hand (for `EE_HANDS`)| | ||
| 295 | |||
| 296 | ## Bluetooth :id=bluetooth | 260 | ## Bluetooth :id=bluetooth |
| 297 | 261 | ||
| 298 | See also: [Bluetooth](feature_bluetooth.md) | 262 | See also: [Bluetooth](feature_bluetooth.md) |
| @@ -354,6 +318,42 @@ See also: [Leader Key](feature_leader_key.md) | |||
| 354 | |---------|------------------------| | 318 | |---------|------------------------| |
| 355 | |`KC_LEAD`|Begins a leader sequence| | 319 | |`KC_LEAD`|Begins a leader sequence| |
| 356 | 320 | ||
| 321 | ## Magic Keycodes :id=magic-keycodes | ||
| 322 | |||
| 323 | See also: [Magic Keycodes](keycodes_magic.md) | ||
| 324 | |||
| 325 | |Key |Aliases |Description | | ||
| 326 | |----------------------------------|---------|--------------------------------------------------------------------------| | ||
| 327 | |`MAGIC_SWAP_CONTROL_CAPSLOCK` |`CL_SWAP`|Swap Caps Lock and Left Control | | ||
| 328 | |`MAGIC_UNSWAP_CONTROL_CAPSLOCK` |`CL_NORM`|Unswap Caps Lock and Left Control | | ||
| 329 | |`MAGIC_CAPSLOCK_TO_CONTROL` |`CL_CTRL`|Treat Caps Lock as Control | | ||
| 330 | |`MAGIC_UNCAPSLOCK_TO_CONTROL` |`CL_CAPS`|Stop treating Caps Lock as Control | | ||
| 331 | |`MAGIC_SWAP_LCTL_LGUI` |`LCG_SWP`|Swap Left Control and GUI | | ||
| 332 | |`MAGIC_UNSWAP_LCTL_LGUI` |`LCG_NRM`|Unswap Left Control and GUI | | ||
| 333 | |`MAGIC_SWAP_RCTL_RGUI` |`RCG_SWP`|Swap Right Control and GUI | | ||
| 334 | |`MAGIC_UNSWAP_RCTL_RGUI` |`RCG_NRM`|Unswap Right Control and GUI | | ||
| 335 | |`MAGIC_SWAP_CTL_GUI` |`CG_SWAP`|Swap Control and GUI on both sides | | ||
| 336 | |`MAGIC_UNSWAP_CTL_GUI` |`CG_NORM`|Unswap Control and GUI on both sides | | ||
| 337 | |`MAGIC_TOGGLE_CTL_GUI` |`CG_TOGG`|Toggle Control and GUI swap on both sides | | ||
| 338 | |`MAGIC_SWAP_LALT_LGUI` |`LAG_SWP`|Swap Left Alt and GUI | | ||
| 339 | |`MAGIC_UNSWAP_LALT_LGUI` |`LAG_NRM`|Unswap Left Alt and GUI | | ||
| 340 | |`MAGIC_SWAP_RALT_RGUI` |`RAG_SWP`|Swap Right Alt and GUI | | ||
| 341 | |`MAGIC_UNSWAP_RALT_RGUI` |`RAG_NRM`|Unswap Right Alt and GUI | | ||
| 342 | |`MAGIC_SWAP_ALT_GUI` |`AG_SWAP`|Swap Alt and GUI on both sides | | ||
| 343 | |`MAGIC_UNSWAP_ALT_GUI` |`AG_NORM`|Unswap Alt and GUI on both sides | | ||
| 344 | |`MAGIC_TOGGLE_ALT_GUI` |`AG_TOGG`|Toggle Alt and GUI swap on both sides | | ||
| 345 | |`MAGIC_NO_GUI` |`GUI_OFF`|Disable the GUI keys | | ||
| 346 | |`MAGIC_UNNO_GUI` |`GUI_ON` |Enable the GUI keys | | ||
| 347 | |`MAGIC_SWAP_GRAVE_ESC` |`GE_SWAP`|Swap <code>`</code> and Escape | | ||
| 348 | |`MAGIC_UNSWAP_GRAVE_ESC` |`GE_NORM`|Unswap <code>`</code> and Escape | | ||
| 349 | |`MAGIC_SWAP_BACKSLASH_BACKSPACE` |`BS_SWAP`|Swap `\` and Backspace | | ||
| 350 | |`MAGIC_UNSWAP_BACKSLASH_BACKSPACE`|`BS_NORM`|Unswap `\` and Backspace | | ||
| 351 | |`MAGIC_HOST_NKRO` |`NK_ON` |Enable N-key rollover | | ||
| 352 | |`MAGIC_UNHOST_NKRO` |`NK_OFF` |Disable N-key rollover | | ||
| 353 | |`MAGIC_TOGGLE_NKRO` |`NK_TOGG`|Toggle N-key rollover | | ||
| 354 | |`MAGIC_EE_HANDS_LEFT` |`EH_LEFT`|Set the master half of a split keyboard as the left hand (for `EE_HANDS`) | | ||
| 355 | |`MAGIC_EE_HANDS_RIGHT` |`EH_RGHT`|Set the master half of a split keyboard as the right hand (for `EE_HANDS`)| | ||
| 356 | |||
| 357 | ## MIDI :id=midi | 357 | ## MIDI :id=midi |
| 358 | 358 | ||
| 359 | See also: [MIDI](feature_midi.md) | 359 | See also: [MIDI](feature_midi.md) |
