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
remove changes in info.jsons
  • Loading branch information
peepeetee committed Feb 29, 2024
commit be13dd082f1b33877b3ce5ae15e3065236f93d59
3 changes: 0 additions & 3 deletions keyboards/momokai/tap_duo/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"max_brightness": 200,
"sleep": true
},
"build": {
"debounce_type": "asym_eager_defer_pk"
},
"matrix_pins": {
"cols": ["E6", "B2", "D1", "D2", "D3"],
"rows": ["E0"]
Expand Down
3 changes: 0 additions & 3 deletions keyboards/momokai/tap_trio/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
"max_brightness": 200,
"sleep": true
},
"build": {
"debounce_type": "asym_eager_defer_pk"
},
"matrix_pins": {
"cols": ["E6", "B2", "B7", "D1", "D2", "D3"],
"rows": ["E0"]
Expand Down
Loading