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
Next Next commit
switch momokai keyboards default debounce to eager_pk
  • Loading branch information
peepeetee committed Feb 28, 2024
commit 89647f01df5fd97407ba9192a532319925063211
3 changes: 3 additions & 0 deletions keyboards/momokai/aurora/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"bootmagic": {
"matrix": [1, 0]
},
"build": {
"debounce_type": "sym_eager_pk"
},
"matrix_pins": {
"direct": [
["NO_PIN", "B0", "NO_PIN" ],
Expand Down
3 changes: 3 additions & 0 deletions keyboards/momokai/tap_duo/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"max_brightness": 200,
"sleep": true
},
"build": {
"debounce_type": "sym_eager_pk"
},
"matrix_pins": {
"cols": ["E6", "B2", "D1", "D2", "D3"],
"rows": ["E0"]
Expand Down
3 changes: 3 additions & 0 deletions keyboards/momokai/tap_trio/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
"max_brightness": 200,
"sleep": true
},
"build": {
"debounce_type": "sym_eager_pk"
},
"matrix_pins": {
"cols": ["E6", "B2", "B7", "D1", "D2", "D3"],
"rows": ["E0"]
Expand Down