Standardize encoder defaults

This commit is contained in:
Scott Lahteine 2018-02-24 22:24:17 -06:00
parent 0977226a4b
commit 8488d64062
47 changed files with 92 additions and 92 deletions

View file

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