diff options
author | Álvaro A. Volpato <alvaro.volpato@usp.br> | 2021-10-23 02:58:52 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 22:58:52 -0700 |
commit | d71c962b61d638e38a449719401695bdc4fb6257 (patch) | |
tree | a2c3c6b84f1ae153a223b7d709e3b833629d49cf /keyboards/evolv/config.h | |
parent | 8ec1afd17ce1fdc9aa217c1e8ea2e5b5f0decf4b (diff) |
[Keyboard] Update encoder callback on Evolv75 (#14757)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/evolv/config.h')
-rw-r--r-- | keyboards/evolv/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/evolv/config.h b/keyboards/evolv/config.h index 2b91033c98..59223cd2c9 100644 --- a/keyboards/evolv/config.h +++ b/keyboards/evolv/config.h @@ -59,6 +59,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ENCODERS_PAD_A { B3 } #define ENCODERS_PAD_B { A15 } +#define ENCODER_RESOLUTION 2 +#define TAPPING_TERM 200 /* * Feature disable options |