Skip to content

Commit

Permalink
Flip encoder pins vs using setting
Browse files Browse the repository at this point in the history
  • Loading branch information
awkannan committed Feb 20, 2020
1 parent eb4cd0e commit d86b5d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions keyboards/cannonkeys/satisfaction75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@ 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 { B9 }
#define ENCODERS_PAD_B { B8 }
#define ENCODERS_PAD_A { B8 }
#define ENCODERS_PAD_B { B9 }

#define ENCODER_DIRECTION_FLIP
#define ENCODER_RESOLUTION 2

//LEDS A6, RGB B15
Expand Down

0 comments on commit d86b5d0

Please sign in to comment.