aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/feature_command.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/feature_command.md b/docs/feature_command.md
index 53a140a11..deabedc1c 100644
--- a/docs/feature_command.md
+++ b/docs/feature_command.md
@@ -29,9 +29,10 @@ If you would like to change the key assignments for Command, `#define` these in
29|`MAGIC_KEY_CONSOLE` |`C` |Enable the Command console | 29|`MAGIC_KEY_CONSOLE` |`C` |Enable the Command console |
30|`MAGIC_KEY_VERSION` |`V` |Print the running QMK version to the console | 30|`MAGIC_KEY_VERSION` |`V` |Print the running QMK version to the console |
31|`MAGIC_KEY_STATUS` |`S` |Print the current keyboard status to the console| 31|`MAGIC_KEY_STATUS` |`S` |Print the current keyboard status to the console|
32|`MAGIC_KEY_HELP1` |`H` |Print Command help to the console | 32|`MAGIC_KEY_HELP` |`H` |Print Command help to the console |
33|`MAGIC_KEY_HELP2` |`SLASH` |Print Command help to the console (alternate) | 33|`MAGIC_KEY_HELP_ALT` |`SLASH` |Print Command help to the console (alternate) |
34|`MAGIC_KEY_LAYER0` |`0` |Make layer 0 the default layer | 34|`MAGIC_KEY_LAYER0` |`0` |Make layer 0 the default layer |
35|`MAGIC_KEY_LAYER0_ALT` |`GRAVE` |Make layer 0 the default layer (alternate) |
35|`MAGIC_KEY_LAYER1` |`1` |Make layer 1 the default layer | 36|`MAGIC_KEY_LAYER1` |`1` |Make layer 1 the default layer |
36|`MAGIC_KEY_LAYER2` |`2` |Make layer 2 the default layer | 37|`MAGIC_KEY_LAYER2` |`2` |Make layer 2 the default layer |
37|`MAGIC_KEY_LAYER3` |`3` |Make layer 3 the default layer | 38|`MAGIC_KEY_LAYER3` |`3` |Make layer 3 the default layer |
@@ -41,10 +42,10 @@ If you would like to change the key assignments for Command, `#define` these in
41|`MAGIC_KEY_LAYER7` |`7` |Make layer 7 the default layer | 42|`MAGIC_KEY_LAYER7` |`7` |Make layer 7 the default layer |
42|`MAGIC_KEY_LAYER8` |`8` |Make layer 8 the default layer | 43|`MAGIC_KEY_LAYER8` |`8` |Make layer 8 the default layer |
43|`MAGIC_KEY_LAYER9` |`9` |Make layer 9 the default layer | 44|`MAGIC_KEY_LAYER9` |`9` |Make layer 9 the default layer |
44|`MAGIC_KEY_LAYER0_ALT1` |`ESC` |Make layer 0 the default layer (alternate) | 45|`MAGIC_KEY_BOOTLOADER` |`B` |Jump to bootloader |
45|`MAGIC_KEY_LAYER0_ALT2` |`GRAVE` |Make layer 0 the default layer (alternate) | 46|`MAGIC_KEY_BOOTLOADER_ALT` |`ESC` |Jump to bootloader (alternate) |
46|`MAGIC_KEY_BOOTLOADER` |`PAUSE` |Enter the bootloader |
47|`MAGIC_KEY_LOCK` |`CAPS` |Lock the keyboard so nothing can be typed | 47|`MAGIC_KEY_LOCK` |`CAPS` |Lock the keyboard so nothing can be typed |
48|`MAGIC_KEY_EEPROM` |`E` |Clear the EEPROM | 48|`MAGIC_KEY_EEPROM` |`E` |Print stored EEPROM config to the console |
49|`MAGIC_KEY_EEPROM_CLEAR` |`BSPACE` |Clear the EEPROM |
49|`MAGIC_KEY_NKRO` |`N` |Toggle N-Key Rollover (NKRO) | 50|`MAGIC_KEY_NKRO` |`N` |Toggle N-Key Rollover (NKRO) |
50|`MAGIC_KEY_SLEEP_LED` |`Z` |Toggle LED when computer is sleeping | 51|`MAGIC_KEY_SLEEP_LED` |`Z` |Toggle LED when computer is sleeping |