diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-11-23 20:07:53 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-11-23 20:07:53 -0800 |
commit | ee8627e078dccab722f05fbf9bb152eca1b2ee7b (patch) | |
tree | 5629cc6caecc7b67511ce38dd119732483dcc30c /docs/keycodes.md | |
parent | 3dd6d53942bd3fafb57d170ecdaccf57e459a62c (diff) | |
download | qmk_firmware-ee8627e078dccab722f05fbf9bb152eca1b2ee7b.tar.gz qmk_firmware-ee8627e078dccab722f05fbf9bb152eca1b2ee7b.zip |
Add EEPROM_RESET keycode to keycodes.md doc (#4473)
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r-- | docs/keycodes.md | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md index 30fe60278..1c5f46d6e 100644 --- a/docs/keycodes.md +++ b/docs/keycodes.md | |||
@@ -206,18 +206,19 @@ This is a reference only. Each group of keys links to the page documenting their | |||
206 | 206 | ||
207 | ## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes) | 207 | ## [Quantum Keycodes](quantum_keycodes.md#qmk-keycodes) |
208 | 208 | ||
209 | |Key |Aliases |Description | | 209 | |Key |Aliases |Description | |
210 | |-------------|-----------|---------------------------------------------------------------------| | 210 | |---------------|-----------|---------------------------------------------------------------------| |
211 | |`RESET` | |Put the keyboard into DFU mode for flashing | | 211 | |`RESET` | |Put the keyboard into DFU mode for flashing | |
212 | |`DEBUG` | |Toggle debug mode | | 212 | |`DEBUG` | |Toggle debug mode | |
213 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| | 213 | |`EEPROM_RESET` |`EEP_RST` |Resets EEPROM state by reinitializing it | |
214 | |`KC_LSPO` | |Left Shift when held, `(` when tapped | | 214 | |`KC_GESC` |`GRAVE_ESC`|Escape when tapped, <code>`</code> when pressed with Shift or GUI| |
215 | |`KC_RSPC` | |Right Shift when held, `)` when tapped | | 215 | |`KC_LSPO` | |Left Shift when held, `(` when tapped | |
216 | |`KC_LEAD` | |The [Leader key](feature_leader_key.md) | | 216 | |`KC_RSPC` | |Right Shift when held, `)` when tapped | |
217 | |`KC_LOCK` | |The [Lock key](feature_key_lock.md) | | 217 | |`KC_LEAD` | |The [Leader key](feature_leader_key.md) | |
218 | |`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) | | 218 | |`KC_LOCK` | |The [Lock key](feature_key_lock.md) | |
219 | |`M(n)` | |Call macro `n` | | 219 | |`FUNC(n)` |`F(n)` |Call `fn_action(n)` (deprecated) | |
220 | |`MACROTAP(n)`| |Macro-tap `n` idk FIXME | | 220 | |`M(n)` | |Call macro `n` | |
221 | |`MACROTAP(n)` | |Macro-tap `n` idk FIXME | | ||
221 | 222 | ||
222 | ## [Audio Keys](feature_audio.md) | 223 | ## [Audio Keys](feature_audio.md) |
223 | 224 | ||