Skip to content

Commit

Permalink
Fix handling of consumer usage (see issue tmk#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephiel committed Mar 28, 2016
1 parent 2a9f898 commit 4a21d49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmk_core/common/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,10 @@ enum internal_special_keycodes {
KC_AUDIO_VOL_DOWN,
KC_MEDIA_NEXT_TRACK,
KC_MEDIA_PREV_TRACK,
KC_MEDIA_FAST_FORWARD,
KC_MEDIA_REWIND,
KC_MEDIA_STOP,
KC_MEDIA_PLAY_PAUSE,
KC_MEDIA_EJECT,
KC_MEDIA_SELECT,
KC_MEDIA_EJECT,
KC_MAIL,
KC_CALCULATOR,
KC_MY_COMPUTER,
Expand All @@ -435,7 +433,9 @@ enum internal_special_keycodes {
KC_WWW_FORWARD,
KC_WWW_STOP,
KC_WWW_REFRESH,
KC_WWW_FAVORITES, /* 0xBC */
KC_WWW_FAVORITES,
KC_MEDIA_FAST_FORWARD,
KC_MEDIA_REWIND, /* 0xBC */

/* Jump to bootloader */
KC_BOOTLOADER = 0xBF,
Expand Down

0 comments on commit 4a21d49

Please sign in to comment.