blob: 25d3798011267bc92b7eadf4b94783744e2ab4aa (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4
#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD
#define TAPPING_TOGGLE 2
#define TAPPING_TERM 200
|