diff options
author | IFo Hancroft <contact@ifohancroft.com> | 2022-07-02 17:06:23 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 00:06:23 +1000 |
commit | 1cffe5b6ce764f4ff0d07e93669a425773ccc103 (patch) | |
tree | a255cdc68f3039dc311b44cca333632227c6f9de /keyboards/ergodox_ez/keymaps/ifohancroft/config.h | |
parent | 7c64a2bcaa559f0a582e3b499e21b75b1080f0cc (diff) |
My ErgoDox Keymap (finally perfected, I think) (#17208)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/ergodox_ez/keymaps/ifohancroft/config.h')
-rw-r--r-- | keyboards/ergodox_ez/keymaps/ifohancroft/config.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/keyboards/ergodox_ez/keymaps/ifohancroft/config.h b/keyboards/ergodox_ez/keymaps/ifohancroft/config.h index 9a0d0e54f7..b279371a0b 100644 --- a/keyboards/ergodox_ez/keymaps/ifohancroft/config.h +++ b/keyboards/ergodox_ez/keymaps/ifohancroft/config.h @@ -1,4 +1,4 @@ -/* Copyright 2021 IFo Hancroft +/* Copyright 2022 IFo Hancroft * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -17,5 +17,9 @@ #pragma once // place overrides here -#define USB_POLLING_INTERVAL_MS 1 #define FORCE_NKRO +#ifdef TAPPING_TOGGLE +# undef TAPPING_TOGGLE +#endif +#define TAPPING_TOGGLE 3 + |