aboutsummaryrefslogtreecommitdiff
path: root/keyboards/palette1202/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/palette1202/config.h')
-rw-r--r--keyboards/palette1202/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/palette1202/config.h b/keyboards/palette1202/config.h
index 65db763b4..7731455c6 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/>.
41/* Encoders */ 41/* Encoders */
42#define ENCODERS_PAD_A { F4, F6 } 42#define ENCODERS_PAD_A { F4, F6 }
43#define ENCODERS_PAD_B { F5, F7 } 43#define ENCODERS_PAD_B { F5, F7 }
44#define ENCODER_RESOLUTION 2
45// if you want to reverse encoder direction
46// #define ENCODER_DIRECTION_FLIP
44 47
45/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ 48/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
46#define DEBOUNCE 5 49#define DEBOUNCE 5