diff options
author | QMK Bot <hello@qmk.fm> | 2021-01-23 17:32:40 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-01-23 17:32:40 +0000 |
commit | 1cdea7f53056818fa1e471a8806b9706db8c0c01 (patch) | |
tree | f573c62f9a7413b8c78af775dd91e4e1d8da8a9a /keyboards/mechwild/mercutio/config.h | |
parent | 5a7ad4cb2d30ca4d1a63c7f0da97d3cb4c1923b5 (diff) | |
parent | 05a4583ce89ae12c8f978fe015ebab387f649575 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |