Skip to content

Commit

Permalink
core: Fix media/consumer keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Mar 28, 2016
1 parent 6527e1d commit 24cee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/common/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static action_t keycode_to_action(uint8_t keycode)
case KC_SYSTEM_POWER ... KC_SYSTEM_WAKE:
action.code = ACTION_USAGE_SYSTEM(KEYCODE2SYSTEM(keycode));
break;
case KC_AUDIO_MUTE ... KC_MEDIA_REWIND:
case KC_AUDIO_MUTE ... KC_WWW_FAVORITES:
action.code = ACTION_USAGE_CONSUMER(KEYCODE2CONSUMER(keycode));
break;
case KC_MS_UP ... KC_MS_ACCEL2:
Expand Down

0 comments on commit 24cee11

Please sign in to comment.