Browse Source

Fix inconsistent MATRIX_COLS: basekeys/slice (#9022)

pull/9119/head
a_p_u_r_o 4 years ago
committed by GitHub
parent
commit
7a6e52b5d8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/basekeys/slice/rev1/config.h
  2. +1
    -1
      keyboards/basekeys/slice/rev1_rgb/config.h

+ 1
- 1
keyboards/basekeys/slice/rev1/config.h View File

@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 18
#define MATRIX_COLS 9
// wiring of each half
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }


+ 1
- 1
keyboards/basekeys/slice/rev1_rgb/config.h View File

@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 18
#define MATRIX_COLS 9
// wiring of each half
#define MATRIX_ROW_PINS { D4, C6, D7, E6, B4 }


Loading…
Cancel
Save