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 from sym_eager_pk to asym_eager_defer_pk
  • Loading branch information
peepeetee committed Feb 29, 2024
commit ae7fee808faa412a10e43e808da8e7fa6ecc096d
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ LTO_ENABLE = yes

ENCODER_MAP_ENABLE = yes

DEBOUNCE_TYPE = sym_eager_pk
DEBOUNCE_TYPE = asym_eager_defer_pk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VIA_ENABLE = yes
LTO_ENABLE = yes

DEBOUNCE_TYPE = sym_eager_pk
DEBOUNCE_TYPE = asym_eager_defer_pk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VIA_ENABLE = yes
LTO_ENABLE = yes

DEBOUNCE_TYPE = sym_eager_pk
DEBOUNCE_TYPE = asym_eager_defer_pk
Loading