summaryrefslogtreecommitdiffstats
path: root/keyboards/iris/keymaps/impstyle/config.h
diff options
context:
space:
mode:
authorzwnk <david@impstyle.com>2018-05-04 19:40:40 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-04 19:40:40 +0200
commit72ea1fd972540a6c5013b9e23d37829105b44b33 (patch)
tree9da886b9b51162260ed5a4bd9e0c792b28786d51 /keyboards/iris/keymaps/impstyle/config.h
parente6be4484e9afe190246d17dd2f2dc3d688ac709f (diff)
downloadqmk_firmware-72ea1fd972540a6c5013b9e23d37829105b44b33.tar.gz
qmk_firmware-72ea1fd972540a6c5013b9e23d37829105b44b33.tar.xz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/iris/keymaps/impstyle/config.h b/keyboards/iris/keymaps/impstyle/config.h
index 0e01f5d56..6fc14133f 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