Fix the range for consumer keys
This commit is contained in:
parent
c1dfb636ef
commit
9870082a06
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ action_t action_for_key(uint8_t layer, keypos_t key)
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue