Skip to content

Commit

Permalink
Get the direction right on the S75 encoder (qmk#8287)
Browse files Browse the repository at this point in the history
  • Loading branch information
awkannan authored and sowbug committed Apr 2, 2020
1 parent 8265ecd commit e545428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/cannonkeys/satisfaction75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROW_PINS { B3, B4, A0, A2, A4, A3 }
#define DIODE_DIRECTION COL2ROW

#define ENCODERS_PAD_A { B8 }
#define ENCODERS_PAD_B { B9 }
#define ENCODERS_PAD_A { B9 }
#define ENCODERS_PAD_B { B8 }

#define ENCODER_RESOLUTION 2

Expand Down

0 comments on commit e545428

Please sign in to comment.