Skip to content

Commit

Permalink
change debounce to asym_eager_defer_pk
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee committed Feb 28, 2024
1 parent 89647f0 commit 059446f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 059446f

Please sign in to comment.