diff options
Diffstat (limited to 'keyboards/mechwild/mercutio/config.h')
-rwxr-xr-x | keyboards/mechwild/mercutio/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/mechwild/mercutio/config.h b/keyboards/mechwild/mercutio/config.h index 457b3bfdf9..2c318848c5 100755 --- a/keyboards/mechwild/mercutio/config.h +++ b/keyboards/mechwild/mercutio/config.h @@ -1,4 +1,4 @@ -/* Copyright 2020 Kyle McCreery +/* Copyright 2021 Kyle McCreery * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ #define ENCODERS_PAD_B { B5 } /* encoder resolution */ -#define ENCODER_RESOLUTION 2 +#define ENCODER_RESOLUTION 4 #define TAP_CODE_DELAY 10 /* COL2ROW or ROW2COL */ @@ -53,4 +53,4 @@ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE +#define LOCKING_RESYNC_ENABLE
\ No newline at end of file |