diff options
Diffstat (limited to 'keyboards/palette1202/config.h')
-rw-r--r-- | keyboards/palette1202/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/palette1202/config.h b/keyboards/palette1202/config.h index 65db763b4d..7731455c61 100644 --- a/keyboards/palette1202/config.h +++ b/keyboards/palette1202/config.h @@ -41,6 +41,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Encoders */ #define ENCODERS_PAD_A { F4, F6 } #define ENCODERS_PAD_B { F5, F7 } +#define ENCODER_RESOLUTION 2 +// if you want to reverse encoder direction +// #define ENCODER_DIRECTION_FLIP /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ #define DEBOUNCE 5 |