[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap and key overrides (#20992)
This commit is contained in:
parent
baf2891124
commit
1abf8f3e8b
8 changed files with 311 additions and 1 deletions
|
@ -18,4 +18,7 @@
|
|||
|
||||
#include "test_common.h"
|
||||
|
||||
#define RETRO_TAPPING
|
||||
#define RETRO_TAPPING
|
||||
#define DUMMY_MOD_NEUTRALIZER_KEYCODE KC_RIGHT_CTRL
|
||||
#define MODS_TO_NEUTRALIZE \
|
||||
{ MOD_BIT(KC_LEFT_GUI) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue