Browse Source

[Docs] Add note about `ENABLE_COMPILE_KEYCODE` to docs (#21290)

Co-authored-by: Ryan <fauxpark@gmail.com>
pull/21314/head
Drashna Jaelre 10 months ago
committed by GitHub
parent
commit
7bd1d18427
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      docs/quantum_keycodes.md

+ 2
- 0
docs/quantum_keycodes.md View File

@ -15,3 +15,5 @@ On this page we have documented keycodes between `0x00FF` and `0xFFFF` which are
|`QK_CLEAR_EEPROM`|`EE_CLR` |Reinitializes the keyboard's EEPROM (persistent memory) |
|`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 |
|`QK_REBOOT` |`QK_RBT` |Resets the keyboard. Does not load the bootloader |
!> Note: `QK_MAKE` requires `#define ENABLE_COMPILE_KEYCODE` in your config.h to function.

Loading…
Cancel
Save