|
|
@ -34,8 +34,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
#define MATRIX_COLS 8
|
|
|
|
#define MATRIX_COLS 8
|
|
|
|
|
|
|
|
|
|
|
|
// wiring of each half
|
|
|
|
// wiring of each half
|
|
|
|
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, B5 }
|
|
|
|
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, C6 }
|
|
|
|
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, C6 }
|
|
|
|
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, B5 }
|
|
|
|
|
|
|
|
#define MATRIX_ROW_PINS_RIGHT { F4, D4, D7, E6, B4, B5 }
|
|
|
|
|
|
|
|
#define MATRIX_COL_PINS_RIGHT { F5, F6, F7, B1, B3, B2, B6, C6 }
|
|
|
|
#define SPLIT_HAND_PIN D2
|
|
|
|
#define SPLIT_HAND_PIN D2
|
|
|
|
|
|
|
|
|
|
|
|
/* Set 0 if debouncing isn't needed */
|
|
|
|
/* Set 0 if debouncing isn't needed */
|
|
|
|