From 5ca309246545a6a59da094e362ffe7e3b66aa6a6 Mon Sep 17 00:00:00 2001 From: Florian Didron <0x6664@hey.com> Date: Wed, 22 Jun 2022 16:55:23 +0900 Subject: fix: adds TAP_TOGGLE to ergodox / Moonlander --- keyboards/ergodox_ez/config.h | 1 + keyboards/moonlander/config.h | 2 ++ 2 files changed, 3 insertions(+) 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 . #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 */ diff --git a/keyboards/moonlander/config.h b/keyboards/moonlander/config.h index c067fd9aa5..1e29f81e8f 100644 --- a/keyboards/moonlander/config.h +++ b/keyboards/moonlander/config.h @@ -164,3 +164,5 @@ #define AUDIO_PIN_ALT A4 #define AUDIO_PIN_ALT_AS_NEGATIVE #define AUDIO_INIT_DELAY + +#define TAPPING_TOGGLE 1 -- cgit v1.2.3