diff options
author | Thiago Alves <talk@thiagoalves.com.br> | 2016-05-10 16:15:32 -0700 |
---|---|---|
committer | Thiago Alves <talk@thiagoalves.com.br> | 2016-05-10 16:17:30 -0700 |
commit | 75384689b25994d495ccf4a36b81f8e31aa03484 (patch) | |
tree | 87c6aa544c6b18abffc515822384147a7a436716 /keyboard/ergodox_ez/config.h | |
parent | c2ffedd65cf0cf7b7bce874ef4dcb020d7520e36 (diff) |
Add custom config.h and revert the changes on the global one.
Some options I defined on the config.h file don't make much sense to other
keymaps so I revert the global config.h and add those options on the keymap
custom one.
Diffstat (limited to 'keyboard/ergodox_ez/config.h')
-rw-r--r-- | keyboard/ergodox_ez/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboard/ergodox_ez/config.h b/keyboard/ergodox_ez/config.h index 58ba690afd..6a391ffb54 100644 --- a/keyboard/ergodox_ez/config.h +++ b/keyboard/ergodox_ez/config.h @@ -86,7 +86,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. //#define NO_ACTION_MACRO //#define NO_ACTION_FUNCTION //#define DEBUG_MATRIX_SCAN_RATE -#define ONESHOT_TAP_TOGGLE 2 -#define ONESHOT_TIMEOUT 3000 #endif |