diff options
| author | Nick Brassel <nick@tzarc.org> | 2024-05-30 12:00:41 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 12:00:41 +1000 |
| commit | 6ef97172889ccd5db376b2a9f8825489e24fdac4 (patch) | |
| tree | 334e3bf41c8554d4bee73a140822f95f60eb64e9 /docs/quantum_keycodes.md | |
| parent | 395766657ff98a4b1fd0dcba5917557f8acbb9e4 (diff) | |
Vitepress conversion of docs. (#23795)
Diffstat (limited to 'docs/quantum_keycodes.md')
| -rw-r--r-- | docs/quantum_keycodes.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md index a41681ac85..faad159fcb 100644 --- a/docs/quantum_keycodes.md +++ b/docs/quantum_keycodes.md | |||
| @@ -6,7 +6,7 @@ All keycodes within quantum are numbers between `0x0000` and `0xFFFF`. Within yo | |||
| 6 | 6 | ||
| 7 | On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are used to implement advanced quantum features. If you define your own custom keycodes they will be put into this range as well. | 7 | On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are used to implement advanced quantum features. If you define your own custom keycodes they will be put into this range as well. |
| 8 | 8 | ||
| 9 | ## QMK Keycodes :id=qmk-keycodes | 9 | ## QMK Keycodes {#qmk-keycodes} |
| 10 | 10 | ||
| 11 | |Key |Aliases |Description | | 11 | |Key |Aliases |Description | |
| 12 | |-----------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------| | 12 | |-----------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------| |
| @@ -16,4 +16,6 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are | |||
| 16 | |`QK_MAKE` | |Sends `qmk compile -kb (keyboard) -km (keymap)`, or `qmk flash` if shift is held. Puts keyboard into bootloader mode if shift & control are held | | 16 | |`QK_MAKE` | |Sends `qmk compile -kb (keyboard) -km (keymap)`, or `qmk flash` if shift is held. Puts keyboard into bootloader mode if shift & control are held | |
| 17 | |`QK_REBOOT` |`QK_RBT` |Resets the keyboard. Does not load the bootloader | | 17 | |`QK_REBOOT` |`QK_RBT` |Resets the keyboard. Does not load the bootloader | |
| 18 | 18 | ||
| 19 | !> Note: `QK_MAKE` requires `#define ENABLE_COMPILE_KEYCODE` in your config.h to function. | 19 | ::: warning |
| 20 | Note: `QK_MAKE` requires `#define ENABLE_COMPILE_KEYCODE` in your config.h to function. | ||
| 21 | ::: | ||
