summaryrefslogtreecommitdiff
path: root/doc/keycode.txt
diff options
context:
space:
mode:
authorcbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-11-11 10:39:07 -0500
committercbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-11-11 10:39:07 -0500
commit992ec01b5d3e280ad7c5b87afde941ab37f430b5 (patch)
treea6354f8e5f49b4709d97ecee8018da070d6ed466 /doc/keycode.txt
parent83b67b0cf30ad158ac2d2f74f223002c8b2eeafa (diff)
parent631b8999a737ec73610f8b569b1f775cadf08172 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'doc/keycode.txt')
-rw-r--r--doc/keycode.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/keycode.txt b/doc/keycode.txt
index 5a42c50bfb..687406fdab 100644
--- a/doc/keycode.txt
+++ b/doc/keycode.txt
@@ -84,7 +84,7 @@ KC_PAUSE KC_PAUS 48 Keyboard Pause1
KC_INSERT KC_INS 49 Keyboard Insert1
KC_HOME 4A Keyboard Home1
KC_PGUP 4B Keyboard PageUp1
-KC_DELETE KC_DELETE 4C Keyboard Delete Forward
+KC_DELETE KC_DEL 4C Keyboard Delete Forward
KC_END 4D Keyboard End1
KC_PGDOWN KC_PGDN 4E Keyboard PageDown1
KC_RIGHT KC_RGHT 4F Keyboard RightArrow1