Document the issue of stuck modifiers
This commit is contained in:
parent
c2480884aa
commit
8d55a12a95
2 changed files with 21 additions and 1 deletions
|
@ -61,7 +61,7 @@ void action_exec(keyevent_t event)
|
|||
*/
|
||||
action_t store_or_get_action(bool pressed, keypos_t key)
|
||||
{
|
||||
#ifndef NO_ACTION_LAYER
|
||||
#if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS)
|
||||
static action_t pressed_actions[MATRIX_ROWS][MATRIX_COLS];
|
||||
|
||||
if (pressed) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue