7e0299117b
Co-authored-by: Nick Brassel <nick@tzarc.org>
10 lines
220 B
C
10 lines
220 B
C
#pragma once
|
|
|
|
// wiring of each half
|
|
#define MATRIX_ROW_PINS { C6, D7, E6, B4, B5 }
|
|
#define MATRIX_COL_PINS { F6, F7, B1, B3, B2, B6 }
|
|
#define DIODE_DIRECTION COL2ROW
|
|
|
|
#define TAPPING_TERM 100
|
|
|
|
#define TAP_CODE_DELAY 10
|