Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Tapping Toggle to 1 for all boards #397

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading