Skip to content

Commit

Permalink
Fix handling of consumer usage #199
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Apr 23, 2015
1 parent 4e50df4 commit 7c3f14b
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 @@ -131,7 +131,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_WWW_FAVORITES:
case KC_AUDIO_MUTE ... KC_MEDIA_REWIND:
action.code = ACTION_USAGE_CONSUMER(KEYCODE2CONSUMER(keycode));
break;
case KC_MS_UP ... KC_MS_ACCEL2:
Expand Down

0 comments on commit 7c3f14b

Please sign in to comment.