Adding SKM67001 scan module.

- Uses the matrix module, which is now moderately working now for NKRO diode keyboards
This commit is contained in:
Jacob Alexander 2012-10-04 12:07:06 -07:00
parent fa68d61792
commit b8fddd61f5
9 changed files with 553 additions and 149 deletions

View file

@ -100,6 +100,14 @@
#define scanCol_powrRow 3 // Opposite of scanRow_powrCol
#define scanDual 4 // Typical ~2KRO matrix
#define powrRow 5 // Matrix setup for powering a row, initially the row would be set low
#define powrCol 6 // Like powrRow but for columns
// ----- Direction -----
#define columnSet 0 // PIN_SET_COL for PIN_SET
#define rowSet 1 // PIN_SET_ROW for PIN_SET
// ----- Variables -----