Browse Source

Reverse encoder/menu in configs

pull/1/head
Scott Lahteine 5 years ago
parent
commit
c461af2f3a
  1. 2
      config/examples/AliExpress/UM2pExt/Configuration.h
  2. 4
      config/examples/TinyBoy2/Configuration.h

2
config/examples/AliExpress/UM2pExt/Configuration.h

@ -1658,7 +1658,7 @@
//
// Set this option if CLOCKWISE causes values to DECREASE
//
//#define REVERSE_ENCODER_DIRECTION
#define REVERSE_ENCODER_DIRECTION
//
// This option reverses the encoder direction for navigating LCD menus.

4
config/examples/TinyBoy2/Configuration.h

@ -1703,7 +1703,7 @@
//
// Set this option if CLOCKWISE causes values to DECREASE
//
//#define REVERSE_ENCODER_DIRECTION
#define REVERSE_ENCODER_DIRECTION
//
// This option reverses the encoder direction for navigating LCD menus.
@ -1711,7 +1711,7 @@
// If CLOCKWISE normally moves DOWN this makes it go UP.
// If CLOCKWISE normally moves UP this makes it go DOWN.
//
//#define REVERSE_MENU_DIRECTION
#define REVERSE_MENU_DIRECTION
//
// Individual Axis Homing

Loading…
Cancel
Save