diff options
| author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-03-08 08:48:43 +0100 |
|---|---|---|
| committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-03-08 08:48:43 +0100 |
| commit | 8d55a12a9538742f510087f14fc59eb813b2ef42 (patch) | |
| tree | ecc3a7b6c3687b43d4413bdd827c47f219f7b61c /tmk_core/common/action.c | |
| parent | c2480884aa1321ec4a0364f773476f0e7f7d3069 (diff) | |
| download | qmk_firmware-8d55a12a9538742f510087f14fc59eb813b2ef42.tar.gz qmk_firmware-8d55a12a9538742f510087f14fc59eb813b2ef42.zip | |
Document the issue of stuck modifiers
Diffstat (limited to 'tmk_core/common/action.c')
| -rw-r--r-- | tmk_core/common/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index be06e12aa..26a5fad7a 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c | |||
| @@ -61,7 +61,7 @@ void action_exec(keyevent_t event) | |||
| 61 | */ | 61 | */ |
| 62 | action_t store_or_get_action(bool pressed, keypos_t key) | 62 | action_t store_or_get_action(bool pressed, keypos_t key) |
| 63 | { | 63 | { |
| 64 | #ifndef NO_ACTION_LAYER | 64 | #if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS) |
| 65 | static action_t pressed_actions[MATRIX_ROWS][MATRIX_COLS]; | 65 | static action_t pressed_actions[MATRIX_ROWS][MATRIX_COLS]; |
| 66 | 66 | ||
| 67 | if (pressed) { | 67 | if (pressed) { |
