From 910d603c657e4ad81a4e7a4c86a74e2e79aa1eaa Mon Sep 17 00:00:00 2001 From: Ibnu Daru Aji Date: Wed, 4 Mar 2020 04:46:11 +0700 Subject: [Keymap] new userspace for ibnuda (#8221) * to ease the maintenance for some boards ibnuda has. * followed ridingqwerty's suggestion on 8821. * folloing drashna's suggestion on qmk's 8221. * following drashn's suggestion on qmk's 8211 --- users/ibnuda/config.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 users/ibnuda/config.h (limited to 'users/ibnuda/config.h') diff --git a/users/ibnuda/config.h b/users/ibnuda/config.h new file mode 100644 index 0000000000..b43679a66e --- /dev/null +++ b/users/ibnuda/config.h @@ -0,0 +1,9 @@ +#pragma once + +#define COMBO_COUNT 18 +#define COMBO_TERM 100 + +#define IGNORE_MOD_TAP_INTERRUPT +#define PERMISSIVE_HOLD + +#define TAPPING_TERM 200 -- cgit v1.2.3