From d4c5bb0a0f3a75a264684e32114008453ced5abf Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Wed, 7 Aug 2024 22:09:52 -0700 Subject: [PATCH] Set Tapping Toggle to 1 for all boards (#397) --- keyboards/zsa/ergodox_ez/config.h | 2 -- keyboards/zsa/ergodox_ez/info.json | 3 +++ keyboards/zsa/moonlander/keyboard.json | 3 +++ keyboards/zsa/voyager/keyboard.json | 3 +++ 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/keyboards/zsa/ergodox_ez/config.h b/keyboards/zsa/ergodox_ez/config.h index 61e62d3654..cc1a5bc48d 100644 --- a/keyboards/zsa/ergodox_ez/config.h +++ b/keyboards/zsa/ergodox_ez/config.h @@ -143,8 +143,6 @@ along with this program. If not, see . #define ENABLE_RGB_MATRIX_SOLID_SPLASH #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH -#define TAPPING_TOGGLE 1 - // Enable rgb light animations for the shine #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_BREATHING diff --git a/keyboards/zsa/ergodox_ez/info.json b/keyboards/zsa/ergodox_ez/info.json index 55c5460eb3..787617c561 100644 --- a/keyboards/zsa/ergodox_ez/info.json +++ b/keyboards/zsa/ergodox_ez/info.json @@ -80,6 +80,9 @@ "saturation_steps": 255, "sleep": true }, + "tapping": { + "toggle": 1 + }, "layouts": { "LAYOUT_ergodox": { "layout": [ diff --git a/keyboards/zsa/moonlander/keyboard.json b/keyboards/zsa/moonlander/keyboard.json index 2ef6657e91..ce29b9a5fe 100644 --- a/keyboards/zsa/moonlander/keyboard.json +++ b/keyboards/zsa/moonlander/keyboard.json @@ -177,6 +177,9 @@ "layout_aliases": { "LAYOUT_moonlander": "LAYOUT" }, + "tapping": { + "toggle": 1 + }, "layouts": { "LAYOUT": { "layout": [ diff --git a/keyboards/zsa/voyager/keyboard.json b/keyboards/zsa/voyager/keyboard.json index 401c96f14a..f659f14946 100644 --- a/keyboards/zsa/voyager/keyboard.json +++ b/keyboards/zsa/voyager/keyboard.json @@ -40,6 +40,9 @@ "resync": true } }, + "tapping": { + "toggle": 1 + }, "rgb_matrix": { "driver": "is31fl3731", "led_flush_limit": 26,