Browse Source

S75 Encoder Fixes (#7758)

* S75 Encoder Fixes

* Flip encoder pins vs using setting
pull/8219/head
Andrew Kannan 4 years ago
committed by GitHub
parent
commit
67ee050a0e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      keyboards/cannonkeys/satisfaction75/config.h

+ 4
- 2
keyboards/cannonkeys/satisfaction75/config.h View File

@ -35,8 +35,10 @@ 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_RESOLUTION 2
//LEDS A6, RGB B15
#define BACKLIGHT_LEVELS 24


Loading…
Cancel
Save