Update 左右で回転方向の判定が逆になるので、右手側を左手に合わせた。

This commit is contained in:
Takeshi Nishio 2020-10-22 17:24:49 +09:00
parent 7aacb4c5cc
commit a673bc2dd8

View File

@ -50,8 +50,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define DIODE_DIRECTION COL2ROW
/* Rotary Encoder */
#define ENCODERS_PAD_A { F7, B3, B5, B4 }
#define ENCODERS_PAD_B { F6, B2, D3, D2 }
#define ENCODERS_PAD_A { F6, B3, B5, B4 }
#define ENCODERS_PAD_B { F7, B2, D3, D2 }
#define ENCODER_RESOLUTION 4 //the default & suggested is 4
/* Audio */