summary refs log tree commit diff
path: root/docs/keycodes.md
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2017-11-10 12:38:04 -0800
committerJack Humbert <jack.humb@gmail.com>2017-11-10 17:58:32 -0500
commit4df4fa7c265e1e5c9b262851a704db7755971229 (patch)
treeb95da83595e4de2377da7e995023c6d77d7a4994 /docs/keycodes.md
parent66f13e49726d3369dcdbd29e5998635d97ac90c7 (diff)
Clarify `KC_PWR` vs `KC_POWER`. Fixes #1994.
Diffstat (limited to 'docs/keycodes.md')
-rw-r--r--docs/keycodes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/keycodes.md b/docs/keycodes.md
index bffdbea614..f1da845ca4 100644
--- a/docs/keycodes.md
+++ b/docs/keycodes.md
@@ -115,7 +115,7 @@ When defining a [keymap](keymap.md) each key needs a valid key definition. This
 |`KC_DOWN`||DownArrow|
 |`KC_UP`||UpArrow|
 |`KC_APPLICATION`|`KC_APP`|Application|
-|`KC_POWER`||Power|
+|`KC_POWER`||Old power button scancode. MS has deprecated this in favor of `KC_SYSTEM_POWER`.|
 |`KC_EXECUTE`||Execute|
 |`KC_HELP`||Help|
 |`KC_MENU`||Menu|
@@ -138,7 +138,7 @@ When defining a [keymap](keymap.md) each key needs a valid key definition. This
 |`KC_CLEAR_AGAIN`||Clear/Again|
 |`KC_CRSEL`||CrSel/Props|
 |`KC_EXSEL`||ExSel|
-|`KC_SYSTEM_POWER`|`KC_PWR`|System Power Down|
+|`KC_SYSTEM_POWER`|`KC_PWR`|System Power Down. Recommended over `KC_POWER`.|
 |`KC_SYSTEM_SLEEP`|`KC_SLEP`|System Sleep|
 |`KC_SYSTEM_WAKE`|`KC_WAKE`|System Wake|
 |`KC_MAIL`|`KC_MAIL`||