1
0
Fork 0

Add support for YMD75 rev 2 (#8853)

This commit is contained in:
Jared Hendry 2020-04-19 19:58:58 -04:00 committed by GitHub
parent 2d39a9dcdb
commit 1522d97c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 208 additions and 118 deletions

View file

@ -0,0 +1,8 @@
#pragma once
/* matrix size */
#define MATRIX_ROWS 6
#define MATRIX_COLS 15
#define MATRIX_ROW_PINS { B7, B6, B5, B4, B3, B0 }
#define MATRIX_COL_PINS { A0, A1, A2, A3, A4, A5, A6, A7, C7, C6, C5, C4, C3, C2, D7 }
#define DIODE_DIRECTION COL2ROW