aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/keycode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/keycode.h b/common/keycode.h
index 074e0f68f..ac4ef00db 100644
--- a/common/keycode.h
+++ b/common/keycode.h
@@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
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 * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf
21 */ 21 */
@@ -392,7 +392,7 @@ enum hid_keyboard_keypad_usage {
392 KC_RALT, 392 KC_RALT,
393 KC_RGUI, 393 KC_RGUI,
394 394
395 /* NOTE: 0xE8-FF are used for internal special purpose */ 395 /* NOTE: 0xE8-FF are used for internal special purpose */
396}; 396};
397 397
398/* Special keycodes */ 398/* Special keycodes */
@@ -422,7 +422,7 @@ enum internal_special_keycodes {
422 KC_WWW_FORWARD, 422 KC_WWW_FORWARD,
423 KC_WWW_STOP, 423 KC_WWW_STOP,
424 KC_WWW_REFRESH, 424 KC_WWW_REFRESH,
425 KC_WWW_FAVORITES, 425 KC_WWW_FAVORITES,
426 KC_MEDIA_FAST_FORWARD, 426 KC_MEDIA_FAST_FORWARD,
427 KC_MEDIA_REWIND, /* 0xBC */ 427 KC_MEDIA_REWIND, /* 0xBC */
428 428