Fixed error in config (#16895)

zvecr-patch-1
jels 3 years ago committed by GitHub
parent b310bf6ca3
commit 580a5d25cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      keyboards/jels/jels60/config.h

@ -30,7 +30,7 @@
#define MATRIX_COLS 14
/*Define Matrix Pins */
#define MATRIX_ROW_PINS {B3, D1, F0, F4, F1}
#define MATRIX_ROW_PINS {B3, D2, F0, F4, F1}
#define MATRIX_COL_PINS {E6, C7, B4, D7, D6, D4, D5, D3, F5, F6, F7, C6, B6, B5}
// Caps lock Pin

Loading…
Cancel
Save