Update ピン定義を、ロータリーエンコーダの回転方向に合わせた

This commit is contained in:
Takeshi Nishio 2020-10-12 06:06:40 +09:00
parent b899506fc9
commit 89ced3d058

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 { F6, B2, B5, B4 }
#define ENCODERS_PAD_B { F7, B3, 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 */