summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-06-20 01:56:07 +0000
committerQMK Bot <hello@qmk.fm>2023-06-20 01:56:07 +0000
commit808228c1a89cda24ca9e9c4d6516b7964bf00e85 (patch)
tree6bed9e7f659ac3532df305c30ed86707a8ba7d2a /docs
parentbe6f92c612c8b16e001715517b5a6111240a7e9c (diff)
parent7bd1d18427dd3a4fd5f72c8a88a022beeb53273b (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/quantum_keycodes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quantum_keycodes.md b/docs/quantum_keycodes.md
index bc68cbc922..a41681ac85 100644
--- a/docs/quantum_keycodes.md
+++ b/docs/quantum_keycodes.md
@@ -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.