From 89ced3d05851a97e4d1ae199ef86ff7c4cb6e58f Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Mon, 12 Oct 2020 06:06:40 +0900 Subject: [PATCH] =?UTF-8?q?Update=20=E3=83=94=E3=83=B3=E5=AE=9A=E7=BE=A9?= =?UTF-8?q?=E3=82=92=E3=80=81=E3=83=AD=E3=83=BC=E3=82=BF=E3=83=AA=E3=83=BC?= =?UTF-8?q?=E3=82=A8=E3=83=B3=E3=82=B3=E3=83=BC=E3=83=80=E3=81=AE=E5=9B=9E?= =?UTF-8?q?=E8=BB=A2=E6=96=B9=E5=90=91=E3=81=AB=E5=90=88=E3=82=8F=E3=81=9B?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboards/jones/v.0.3/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keyboards/jones/v.0.3/config.h b/keyboards/jones/v.0.3/config.h index 0521660efe1..21b7b99d701 100644 --- a/keyboards/jones/v.0.3/config.h +++ b/keyboards/jones/v.0.3/config.h @@ -50,8 +50,8 @@ along with this program. If not, see . //#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 */