tmk / tmk_keyboard

Keyboard firmwares for Atmel AVR and Cortex-M
3.98k stars 1.7k forks source link

ACTION_MODS_TAP_KEY doesn't work with KC_PWR #673

Closed tmk closed 3 years ago

tmk commented 3 years ago

It works with KC_POWER while doens't with KC_PWR(KC_SYSTEM_POWER).

is_tap_key() in action.c seems to prevent it.

This causes also with ACTION_LAYER_TAP_KEY

System control and media control keys don't work with the actions so far.