aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/keycode.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/keycode.h')
-rw-r--r--tmk_core/common/keycode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h
index 734c9fbff..9cb4f1e0c 100644
--- a/tmk_core/common/keycode.h
+++ b/tmk_core/common/keycode.h
@@ -17,7 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18/* 18/*
19 * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes 19 * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes
20 * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf 20 * https://web.archive.org/web/20060218214400/http://www.usb.org/developers/devclass_docs/Hut1_12.pdf
21 * or http://www.usb.org/developers/hidpage/Hut1_12v2.pdf (older)
21 */ 22 */
22#ifndef KEYCODE_H 23#ifndef KEYCODE_H
23#define KEYCODE_H 24#define KEYCODE_H