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

Tweak my TAPPING_TERM and be more futureproof #8143

Merged
merged 2 commits into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions keyboards/crkbd/keymaps/bcat/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
#define EE_HANDS

/* Limit max RGB LED current to avoid tripping controller fuse. */
#undef RGB_MATRIX_MAXIMUM_BRIGHTNESS
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
1 change: 1 addition & 0 deletions keyboards/keebio/quefrency/keymaps/bcat/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
#define RGBLED_NUM 17

/* Set up RGB lighting so it works with either side as master. */
#undef RGBLED_SPLIT
#define RGBLED_SPLIT { 8, 9 }
7 changes: 5 additions & 2 deletions users/bcat/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@

#define TAP_CODE_DELAY 20

/* Extend default tap timeout because I'm too slow. :) */
/*
* Force the default tapping term since some keyboards make it way too short
* (*cough*Lily58*cough*).
*/
#undef TAPPING_TERM

#define TAPPING_TERM 250
#define TAPPING_TERM 200

/*
* Treat mod-tap keys as holds even if the mod-tap key and the key being
Expand Down