From 6bf246cc984a4a1676131e493f4a2924bc28cdde Mon Sep 17 00:00:00 2001 From: Drashna Jael're Date: Wed, 7 Aug 2024 20:18:04 -0700 Subject: [PATCH] Set Tapping Toggle to 1 for all boards --- 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 61e62d36546f..cc1a5bc48da1 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 55c5460eb374..787617c561a1 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 2ef6657e91ea..ce29b9a5fedf 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 401c96f14af4..f659f1494699 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,