diff options
Diffstat (limited to 'keyboards/lets_split/rev1/config.h')
-rw-r--r-- | keyboards/lets_split/rev1/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/lets_split/rev1/config.h b/keyboards/lets_split/rev1/config.h index c6e7f6479..d75343735 100644 --- a/keyboards/lets_split/rev1/config.h +++ b/keyboards/lets_split/rev1/config.h | |||
@@ -36,6 +36,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
36 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } | 36 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3 } |
37 | // #define MATRIX_COL_PINS { B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order | 37 | // #define MATRIX_COL_PINS { B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order |
38 | 38 | ||
39 | #define DIODE_DIRECTION COL2ROW | ||
40 | |||
39 | /* define if matrix has ghost */ | 41 | /* define if matrix has ghost */ |
40 | //#define MATRIX_HAS_GHOST | 42 | //#define MATRIX_HAS_GHOST |
41 | 43 | ||