From 8f4603dd734f5d70e9a89a5150821acd0dc77f7c Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 14 May 2021 04:33:36 +0200 Subject: [Keyboard] Add Plaid-Pad Rev3 and oled keymap (#12464) Co-authored-by: Erovia --- keyboards/keycapsss/plaid_pad/config.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'keyboards/keycapsss/plaid_pad/config.h') diff --git a/keyboards/keycapsss/plaid_pad/config.h b/keyboards/keycapsss/plaid_pad/config.h index d52a51ccdc..373d3de14f 100644 --- a/keyboards/keycapsss/plaid_pad/config.h +++ b/keyboards/keycapsss/plaid_pad/config.h @@ -40,8 +40,5 @@ /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE - -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE +// Fix for volume controll with encoder (steadily in/decrease) +#define TAP_CODE_DELAY 60 -- cgit v1.2.3