Remove unused shit from config

This commit is contained in:
Mikko Ahlroth 2018-09-01 11:05:57 +03:00
parent b6e1d9ca2f
commit 50d0a3b8fb

View file

@ -33,40 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 8
#define MATRIX_COLS 13
#define MATRIX_ROW_PINS { TEENSY_PIN21, D5, B2, B3, B1, B0, C0, D1 }
#define MATRIX_COL_PINS { B16, B17, D0, A12, A13, D7, D4, D2, D3, C3, C4, C6, C7 }
/*
GPIO_Pin Matrix_cols[] = {
// Teensy pin #
gpio(B, 16), // 0
gpio(B, 17), // 1
gpio(D, 0), // 2
gpio(A, 12), // 3
gpio(A, 13), // 4
gpio(D, 7), // 5
gpio(D, 4), // 6
gpio(D, 2), // 7
gpio(D, 3), // 8
gpio(C, 3), // 9
gpio(C, 4), // 10
gpio(C, 6), // 11
gpio(C, 7), // 12
};
GPIO_Pin Matrix_rows[] = {
gpio(D, 6), // 21
gpio(D, 5), // 20
gpio(B, 2), // 19
gpio(B, 3), // 18
gpio(B, 1), // 17
gpio(B, 0), // 16
gpio(C, 0), // 15
gpio(D, 1), // 14
};
*/
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST