From: Evan Pitstick Date: Fri, 22 Jan 2016 12:33:56 +0000 (-0500) Subject: Single tap enable ACTION_LAYER_TAP_TOGGLE layer X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=caf82bcacef6dc5eacfd8c7fccff304bdb38595b;p=qmk_firmware.git Single tap enable ACTION_LAYER_TAP_TOGGLE layer --- 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 . #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 }