diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-01-27 17:46:54 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-27 08:46:54 -0800 |
commit | 6ba0b818e9ab8830610ab2a74515227884f93abc (patch) | |
tree | b6a8761351604b6fe222b0e0196d24c447d4db97 /users/konstantin/config.h | |
parent | 5c1d4baec4a178df3845c724ec48f8e9bba47b74 (diff) |
[Keymap] Update personal userspace and keymaps (#4963)
* Remove duplicated or unnecessary definitions in config.h and rules.mk
* Use IS_HOST_LED_ON() macro
* Add mouse acceleration to kbd6x:konstantin keymap
* Clear and restore mods when sending macros
* Make SEND_STRING_CLEAN a config option
* Add NO_ACTION_ONESHOT to userspace config
Diffstat (limited to 'users/konstantin/config.h')
-rw-r--r-- | users/konstantin/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/konstantin/config.h b/users/konstantin/config.h index d03333f05d..800b8e49ba 100644 --- a/users/konstantin/config.h +++ b/users/konstantin/config.h @@ -14,6 +14,7 @@ #define NO_ACTION_FUNCTION #define NO_ACTION_MACRO +#define NO_ACTION_ONESHOT #define PERMISSIVE_HOLD #define TAPPING_TERM 200 |