BDN9: Fix encoder direction, add 3rd encoder for Rev. 1.3 support (#10883)

master
Danny 2020-11-16 19:02:43 -05:00 committed by GitHub
parent 2ffac90c99
commit 3e0789c961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
{ E6, B4, B2 } \
}
#define ENCODERS_PAD_A { D1, F5 }
#define ENCODERS_PAD_B { D0, F6 }
#define ENCODERS_PAD_A { D0, F6, B6 }
#define ENCODERS_PAD_B { D1, F5, F7 }
#define BACKLIGHT_PIN B5
// #define BACKLIGHT_BREATHING