Improve JGAurora A1/A5S touch buttons (#16394)

2.0.x
Tanguy Pruvot 5 years ago committed by Scott Lahteine
parent 595e684658
commit 96a5e64bb8

@ -1667,13 +1667,13 @@
// This option overrides the default number of encoder pulses needed to // This option overrides the default number of encoder pulses needed to
// produce one step. Should be increased for high-resolution encoders. // produce one step. Should be increased for high-resolution encoders.
// //
#define ENCODER_PULSES_PER_STEP 1 //#define ENCODER_PULSES_PER_STEP 2
// //
// Use this option to override the number of step signals required to // Use this option to override the number of step signals required to
// move between next/prev menu items. // move between next/prev menu items.
// //
#define ENCODER_STEPS_PER_MENU_ITEM 1 //#define ENCODER_STEPS_PER_MENU_ITEM 2
/** /**
* Encoder Direction Options * Encoder Direction Options

@ -1667,13 +1667,13 @@
// This option overrides the default number of encoder pulses needed to // This option overrides the default number of encoder pulses needed to
// produce one step. Should be increased for high-resolution encoders. // produce one step. Should be increased for high-resolution encoders.
// //
#define ENCODER_PULSES_PER_STEP 1 //#define ENCODER_PULSES_PER_STEP 2
// //
// Use this option to override the number of step signals required to // Use this option to override the number of step signals required to
// move between next/prev menu items. // move between next/prev menu items.
// //
#define ENCODER_STEPS_PER_MENU_ITEM 1 //#define ENCODER_STEPS_PER_MENU_ITEM 2
/** /**
* Encoder Direction Options * Encoder Direction Options

Loading…
Cancel
Save