diff options
| -rw-r--r-- | keyboards/crkbd/keymaps/bcat/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/quefrency/keymaps/bcat/config.h | 1 | ||||
| -rw-r--r-- | users/bcat/config.h | 7 |
3 files changed, 7 insertions, 2 deletions
diff --git a/keyboards/crkbd/keymaps/bcat/config.h b/keyboards/crkbd/keymaps/bcat/config.h index fd5fce542..65e7a8052 100644 --- a/keyboards/crkbd/keymaps/bcat/config.h +++ b/keyboards/crkbd/keymaps/bcat/config.h | |||
| @@ -3,4 +3,5 @@ | |||
| 3 | #define EE_HANDS | 3 | #define EE_HANDS |
| 4 | 4 | ||
| 5 | /* Limit max RGB LED current to avoid tripping controller fuse. */ | 5 | /* Limit max RGB LED current to avoid tripping controller fuse. */ |
| 6 | #undef RGB_MATRIX_MAXIMUM_BRIGHTNESS | ||
| 6 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 | 7 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 |
diff --git a/keyboards/keebio/quefrency/keymaps/bcat/config.h b/keyboards/keebio/quefrency/keymaps/bcat/config.h index 071856f10..34387f2dd 100644 --- a/keyboards/keebio/quefrency/keymaps/bcat/config.h +++ b/keyboards/keebio/quefrency/keymaps/bcat/config.h | |||
| @@ -13,4 +13,5 @@ | |||
| 13 | #define RGBLED_NUM 17 | 13 | #define RGBLED_NUM 17 |
| 14 | 14 | ||
| 15 | /* Set up RGB lighting so it works with either side as master. */ | 15 | /* Set up RGB lighting so it works with either side as master. */ |
| 16 | #undef RGBLED_SPLIT | ||
| 16 | #define RGBLED_SPLIT { 8, 9 } | 17 | #define RGBLED_SPLIT { 8, 9 } |
diff --git a/users/bcat/config.h b/users/bcat/config.h index 6b132a429..da74cb0a0 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h | |||
| @@ -3,10 +3,13 @@ | |||
| 3 | 3 | ||
| 4 | #define TAP_CODE_DELAY 20 | 4 | #define TAP_CODE_DELAY 20 |
| 5 | 5 | ||
| 6 | /* Extend default tap timeout because I'm too slow. :) */ | 6 | /* |
| 7 | * Force the default tapping term since some keyboards make it way too short | ||
| 8 | * (*cough*Lily58*cough*). | ||
| 9 | */ | ||
| 7 | #undef TAPPING_TERM | 10 | #undef TAPPING_TERM |
| 8 | 11 | ||
| 9 | #define TAPPING_TERM 250 | 12 | #define TAPPING_TERM 200 |
| 10 | 13 | ||
| 11 | /* | 14 | /* |
| 12 | * Treat mod-tap keys as holds even if the mod-tap key and the key being | 15 | * Treat mod-tap keys as holds even if the mod-tap key and the key being |
