diff options
| author | Ryan <fauxpark@gmail.com> | 2022-01-22 14:34:15 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 03:34:15 +0000 |
| commit | b45a037c7edcd9c1cfadceb69ed51e7d42aa58c1 (patch) | |
| tree | 7a7b03c394c5d28a9ae7765254e5bcf86e02217f /docs/quantum_keycodes.md | |
| parent | c7f477bc59e4124a791f0be195aaad9f21def161 (diff) | |
Rename some Quantum keycodes (#15968)
* Rename some Quantum keycodes
* Tweak EEPROM clear and debug keycode short aliases
Diffstat (limited to 'docs/quantum_keycodes.md')
| -rw-r--r-- | docs/quantum_keycodes.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md index 7ebad2c1ee..8e29e05886 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md | |||
| @@ -8,8 +8,8 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are | |||
| 8 | 8 | ||
| 9 | ## QMK Keycodes :id=qmk-keycodes | 9 | ## QMK Keycodes :id=qmk-keycodes |
| 10 | 10 | ||
| 11 | |Key |Aliases |Description | | 11 | |Key |Aliases |Description | |
| 12 | |--------------|---------|-------------------------------------------------------| | 12 | |-----------------|---------|-------------------------------------------------------| |
| 13 | |`RESET` | |Put the keyboard into bootloader mode for flashing | | 13 | |`QK_BOOTLOADER` |`QK_BOOT`|Put the keyboard into bootloader mode for flashing | |
| 14 | |`DEBUG` | |Toggle debug mode | | 14 | |`QK_DEBUG_TOGGLE`|`DB_TOGG`|Toggle debug mode | |
| 15 | |`EEPROM_RESET`|`EEP_RST`|Reinitializes the keyboard's EEPROM (persistent memory)| | 15 | |`QK_CLEAR_EEPROM`|`EE_CLR` |Reinitializes the keyboard's EEPROM (persistent memory)| |
