From 899229497116e6b213e7ef1d952c7a25477a16dc Mon Sep 17 00:00:00 2001 From: Jonathan Rascher Date: Mon, 10 Feb 2020 19:49:31 -0600 Subject: [PATCH 1/2] Explicitly undef things I override in keymaps --- keyboards/crkbd/keymaps/bcat/config.h | 1 + keyboards/keebio/quefrency/keymaps/bcat/config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/keyboards/crkbd/keymaps/bcat/config.h b/keyboards/crkbd/keymaps/bcat/config.h index fd5fce542120..65e7a8052383 100644 --- a/keyboards/crkbd/keymaps/bcat/config.h +++ b/keyboards/crkbd/keymaps/bcat/config.h @@ -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 diff --git a/keyboards/keebio/quefrency/keymaps/bcat/config.h b/keyboards/keebio/quefrency/keymaps/bcat/config.h index 071856f10b2c..34387f2dd044 100644 --- a/keyboards/keebio/quefrency/keymaps/bcat/config.h +++ b/keyboards/keebio/quefrency/keymaps/bcat/config.h @@ -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 } From 0cdd602b86b2cb47cab8d1a447ac1ea8dc0db7aa Mon Sep 17 00:00:00 2001 From: Jonathan Rascher Date: Mon, 10 Feb 2020 19:49:55 -0600 Subject: [PATCH 2/2] Reduce TAPPING_TERM back to default --- users/bcat/config.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/users/bcat/config.h b/users/bcat/config.h index 6b132a429cd7..da74cb0a0b1f 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h @@ -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