Skip to content

Commit

Permalink
Set Tapping Toggle to 1 for all boards (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Aug 8, 2024
1 parent cc1d6fd commit d4c5bb0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keyboards/zsa/ergodox_ez/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_MULTISPLASH

#define TAPPING_TOGGLE 1

// Enable rgb light animations for the shine
#define RGBLIGHT_EFFECT_ALTERNATING
#define RGBLIGHT_EFFECT_BREATHING
Expand Down
3 changes: 3 additions & 0 deletions keyboards/zsa/ergodox_ez/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
"saturation_steps": 255,
"sleep": true
},
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT_ergodox": {
"layout": [
Expand Down
3 changes: 3 additions & 0 deletions keyboards/zsa/moonlander/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@
"layout_aliases": {
"LAYOUT_moonlander": "LAYOUT"
},
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
3 changes: 3 additions & 0 deletions keyboards/zsa/voyager/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"resync": true
}
},
"tapping": {
"toggle": 1
},
"rgb_matrix": {
"driver": "is31fl3731",
"led_flush_limit": 26,
Expand Down

0 comments on commit d4c5bb0

Please sign in to comment.