From c461af2f3adccbdc0488120545bd735d9db1492a Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Tue, 18 Jun 2019 06:28:45 -0500 Subject: [PATCH] Reverse encoder/menu in configs --- config/examples/AliExpress/UM2pExt/Configuration.h | 2 +- config/examples/TinyBoy2/Configuration.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/examples/AliExpress/UM2pExt/Configuration.h b/config/examples/AliExpress/UM2pExt/Configuration.h index b8826a009..6f6c2ac35 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration.h +++ b/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. diff --git a/config/examples/TinyBoy2/Configuration.h b/config/examples/TinyBoy2/Configuration.h index 53e2e58c0..c2ebe7e9b 100644 --- a/config/examples/TinyBoy2/Configuration.h +++ b/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