Set Tapping Toggle to 1 for all boards (#397)

This commit is contained in:
Drashna Jaelre
2024-08-07 22:09:52 -07:00
committed by GitHub
parent cc1d6fdcc7
commit d4c5bb0a0f
4 changed files with 9 additions and 2 deletions

View File

@@ -143,8 +143,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENABLE_RGB_MATRIX_SOLID_SPLASH #define ENABLE_RGB_MATRIX_SOLID_SPLASH
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH #define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
#define TAPPING_TOGGLE 1
// Enable rgb light animations for the shine // Enable rgb light animations for the shine
#define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING #define RGBLIGHT_EFFECT_BREATHING

View File

@@ -80,6 +80,9 @@
"saturation_steps": 255, "saturation_steps": 255,
"sleep": true "sleep": true
}, },
"tapping": {
"toggle": 1
},
"layouts": { "layouts": {
"LAYOUT_ergodox": { "LAYOUT_ergodox": {
"layout": [ "layout": [

View File

@@ -177,6 +177,9 @@
"layout_aliases": { "layout_aliases": {
"LAYOUT_moonlander": "LAYOUT" "LAYOUT_moonlander": "LAYOUT"
}, },
"tapping": {
"toggle": 1
},
"layouts": { "layouts": {
"LAYOUT": { "LAYOUT": {
"layout": [ "layout": [

View File

@@ -40,6 +40,9 @@
"resync": true "resync": true
} }
}, },
"tapping": {
"toggle": 1
},
"rgb_matrix": { "rgb_matrix": {
"driver": "is31fl3731", "driver": "is31fl3731",
"led_flush_limit": 26, "led_flush_limit": 26,