diff options
author | csc027 <csc_dev@protonmail.com> | 2021-05-14 03:54:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 20:54:41 -0700 |
commit | 937f5fe740f834bcaf1f7b05e3b389345db1c25f (patch) | |
tree | 1f84e1174ec089a7d9044c1f469427f5aab33775 /keyboards/keebio | |
parent | cae4911ca87213977dd38e2b1647d6b3ae03262d (diff) |
[Keymap] csc027/keymap-updates (#12694)
Diffstat (limited to 'keyboards/keebio')
-rw-r--r-- | keyboards/keebio/iris/keymaps/csc027/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/keymaps/csc027/config.h b/keyboards/keebio/iris/keymaps/csc027/config.h index 2ec00e98b6..ec4c2bbc65 100644 --- a/keyboards/keebio/iris/keymaps/csc027/config.h +++ b/keyboards/keebio/iris/keymaps/csc027/config.h @@ -30,3 +30,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_VAL_STEP 8 #define USB_POLLING_INTERVAL_MS 1 + +#if defined(TAP_CODE_DELAY) +# undef TAP_CODE_DELAY +#endif +#define TAP_CODE_DELAY 10 |