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

Add keymaps to momokai keyboards that switches debounce to asym_eager_defer_pk #23164

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
change debounce to asym_eager_defer_pk
  • Loading branch information
peepeetee committed Feb 28, 2024
commit 059446f6d9994b473e5126788e0d6326efc47856
2 changes: 1 addition & 1 deletion keyboards/momokai/aurora/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"matrix": [1, 0]
},
"build": {
"debounce_type": "sym_eager_pk"
"debounce_type": "asym_eager_defer_pk"
},
"matrix_pins": {
"direct": [
Expand Down
2 changes: 1 addition & 1 deletion keyboards/momokai/tap_duo/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sleep": true
},
"build": {
"debounce_type": "sym_eager_pk"
"debounce_type": "asym_eager_defer_pk"
},
"matrix_pins": {
"cols": ["E6", "B2", "D1", "D2", "D3"],
Expand Down
2 changes: 1 addition & 1 deletion keyboards/momokai/tap_trio/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"sleep": true
},
"build": {
"debounce_type": "sym_eager_pk"
"debounce_type": "asym_eager_defer_pk"
},
"matrix_pins": {
"cols": ["E6", "B2", "B7", "D1", "D2", "D3"],
Expand Down
Loading