diff options
author | 2016-01-23 22:41:05 +0100 | |
---|---|---|
committer | 2016-01-23 22:41:05 +0100 | |
commit | 42a22af4465964dc2440fecc99880b9ce6172a2b (patch) | |
tree | 569651f1a8e73da449a15134c04e4808c1aa87d2 /keyboard/ergodox_ez/config.h | |
parent | f95e3e701cac9e40531b2af5b2efaf59a84fb312 (diff) | |
parent | 85f72d322589e7c0ffceac5bb46f4b6cb537a8f1 (diff) | |
download | qmk_firmware-42a22af4465964dc2440fecc99880b9ce6172a2b.tar.gz |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboard/ergodox_ez/config.h')
-rw-r--r-- | keyboard/ergodox_ez/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboard/ergodox_ez/config.h b/keyboard/ergodox_ez/config.h index 825997ba0..6a391ffb5 100644 --- a/keyboard/ergodox_ez/config.h +++ b/keyboard/ergodox_ez/config.h @@ -38,6 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MOUSEKEY_MAX_SPEED 3 #define MOUSEKEY_TIME_TO_MAX 10 +#define TAPPING_TOGGLE 1 + #define COLS (int []){ F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } #define ROWS (int []){ D0, D5, B5, B6 } |