Browse Source

Improve JGAurora A1/A5S touch buttons (#16394)

Tanguy Pruvot 4 years ago
parent
commit
96a5e64bb8

+ 2
- 2
config/examples/JGAurora/A1/Configuration.h View File

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

+ 2
- 2
config/examples/JGAurora/A5S/Configuration.h View File

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

Loading…
Cancel
Save