diff options
Diffstat (limited to 'keyboards/catch22/config.h')
-rw-r--r-- | keyboards/catch22/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/catch22/config.h b/keyboards/catch22/config.h index cb7ca7d84c..c5cf8233db 100644 --- a/keyboards/catch22/config.h +++ b/keyboards/catch22/config.h @@ -39,16 +39,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW /* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 50 +// #define DEBOUNCING_DELAY 0 /* key combination for command */ #define IS_COMMAND() ( \ false \ ) -/* prevent stuck modifiers */ -#define PREVENT_STUCK_MODIFIERS - #ifdef RGBLIGHT_ENABLE #define RGB_DI_PIN F6 #define RGBLIGHT_ANIMATIONS |