summaryrefslogtreecommitdiffstats
path: root/common/keycode.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-10 13:37:03 +0100
committertmk <nobody@nowhere>2013-02-10 15:59:01 +0100
commit0be309ccc6acae61616f89bcc43df5e02c4df92a (patch)
tree8f7290da2a3026a9244a1526c9d01ab9c58741f6 /common/keycode.h
parent74ecdd15a72ee344f3ae0c01cff52f5fee04a011 (diff)
downloadqmk_firmware-0be309ccc6acae61616f89bcc43df5e02c4df92a.tar.gz
qmk_firmware-0be309ccc6acae61616f89bcc43df5e02c4df92a.tar.xz
Add doc/keycode.txt
Diffstat (limited to 'common/keycode.h')
-rw-r--r--common/keycode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/keycode.h b/common/keycode.h
index 341f23161..4f57a5887 100644
--- a/common/keycode.h
+++ b/common/keycode.h
@@ -392,7 +392,7 @@ enum internal_special_keycodes {
KC_SYSTEM_SLEEP,
KC_SYSTEM_WAKE,
- /* Consumer Page */
+ /* Media Control */
KC_AUDIO_MUTE,
KC_AUDIO_VOL_UP,
KC_AUDIO_VOL_DOWN,
@@ -412,7 +412,7 @@ enum internal_special_keycodes {
KC_WWW_REFRESH,
KC_WWW_FAVORITES, /* 0xB9 */
- /* Layer Switching */
+ /* Fn key */
KC_FN0 = 0xC0,
KC_FN1,
KC_FN2,