diff options
Diffstat (limited to 'keyboards/runner3680/4x7/config.h')
-rw-r--r-- | keyboards/runner3680/4x7/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/runner3680/4x7/config.h b/keyboards/runner3680/4x7/config.h index f33f8f9f2..8bc2da4cd 100644 --- a/keyboards/runner3680/4x7/config.h +++ b/keyboards/runner3680/4x7/config.h | |||
@@ -34,6 +34,8 @@ | |||
34 | #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2 ,B6 } | 34 | #define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2 ,B6 } |
35 | // #define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5 } //uncomment this line and comment line above if you need to reverse left-to-right key order | 35 | // #define MATRIX_COL_PINS { B6, B2, B3, B1, F7, F6, F5 } //uncomment this line and comment line above if you need to reverse left-to-right key order |
36 | 36 | ||
37 | #define DIODE_DIRECTION COL2ROW | ||
38 | |||
37 | /* define tapping term */ | 39 | /* define tapping term */ |
38 | #define TAPPING_TERM 120 | 40 | #define TAPPING_TERM 120 |
39 | 41 | ||