diff options
author | Ben <BenRoe@users.noreply.github.com> | 2021-05-14 04:33:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-13 19:33:36 -0700 |
commit | 8f4603dd734f5d70e9a89a5150821acd0dc77f7c (patch) | |
tree | a4aee4420f3c2c0d3fcabf3b5e7aabfd7e3c7f9d /keyboards/keycapsss/plaid_pad/config.h | |
parent | bfbbb21197bec32079dbb4147ca75770c947cad4 (diff) |
[Keyboard] Add Plaid-Pad Rev3 and oled keymap (#12464)
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
Diffstat (limited to 'keyboards/keycapsss/plaid_pad/config.h')
-rw-r--r-- | keyboards/keycapsss/plaid_pad/config.h | 7 |
1 files changed, 2 insertions, 5 deletions
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 |