diff options
author | zwnk <david@impstyle.com> | 2018-05-04 14:40:40 -0300 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-04 10:40:40 -0700 |
commit | 72ea1fd972540a6c5013b9e23d37829105b44b33 (patch) | |
tree | 9da886b9b51162260ed5a4bd9e0c792b28786d51 /keyboards/iris/keymaps/impstyle/config.h | |
parent | e6be4484e9afe190246d17dd2f2dc3d688ac709f (diff) |
layer double tapping fixed (#2885)
* impstyle keymap added
* impstyle keymap updated
* mouse layer added to impstyle keymap
* keymap updated
* fixes
* impsytle layout: mouse layer added
* comments added
* comments added
* bugfix
* typo fixed
* double tap fixed
* double tap fixed
* still testing double tab
* double tab mouse layer is working
* README added
* README updated
Diffstat (limited to 'keyboards/iris/keymaps/impstyle/config.h')
-rw-r--r-- | keyboards/iris/keymaps/impstyle/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/impstyle/config.h b/keyboards/iris/keymaps/impstyle/config.h index 0e01f5d562..6fc14133f8 100644 --- a/keyboards/iris/keymaps/impstyle/config.h +++ b/keyboards/iris/keymaps/impstyle/config.h @@ -37,6 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MOUSEKEY_WHEEL_MAX_SPEED 8 #define MOUSEKEY_WHEEL_TIME_TO_MAX 40 +#define TAPPING_TOGGLE 2 // double tab + #include "../../config.h" #endif |