diff options
author | Florian Didron <0x6664@hey.com> | 2022-06-22 16:55:23 +0900 |
---|---|---|
committer | Florian Didron <0x6664@hey.com> | 2022-06-22 16:55:23 +0900 |
commit | 5ca309246545a6a59da094e362ffe7e3b66aa6a6 (patch) | |
tree | 02d0ae65ca333e363530baf32cd3ce29cfc8b333 /keyboards/ergodox_ez | |
parent | 894569ee10d7b14ec9a6ac065aea577105e4ba4e (diff) |
fix: adds TAP_TOGGLE to ergodox / Moonlander
Diffstat (limited to 'keyboards/ergodox_ez')
-rw-r--r-- | keyboards/ergodox_ez/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/ergodox_ez/config.h b/keyboards/ergodox_ez/config.h index 12ab7c5a6a..8208ea9728 100644 --- a/keyboards/ergodox_ez/config.h +++ b/keyboards/ergodox_ez/config.h @@ -176,6 +176,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ENABLE_RGB_MATRIX_SOLID_SPLASH #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH +#define TAPPING_TOGGLE 1 // #define RGBLIGHT_COLOR_LAYER_0 0x00, 0x00, 0xFF /* #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x00, 0xFF */ /* #define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 */ |