diff options
Diffstat (limited to 'keyboards/helix/rev2/config.h')
| -rw-r--r-- | keyboards/helix/rev2/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index fe82ce140..467d2d66f 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h | |||
| @@ -30,7 +30,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 30 | #define TAPPING_TERM 100 | 30 | #define TAPPING_TERM 100 |
| 31 | 31 | ||
| 32 | /* Use I2C or Serial */ | 32 | /* Use I2C or Serial */ |
| 33 | #define USE_I2C | ||
| 34 | #define USE_SERIAL | 33 | #define USE_SERIAL |
| 35 | //#define USE_MATRIX_I2C | 34 | //#define USE_MATRIX_I2C |
| 36 | 35 | ||
| @@ -68,6 +67,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 68 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 } | 67 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 } |
| 69 | // #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order | 68 | // #define MATRIX_COL_PINS { B2, B3, B1, F7, F6, F5, F4 } //uncomment this line and comment line above if you need to reverse left-to-right key order |
| 70 | 69 | ||
| 70 | /* COL2ROW, ROW2COL*/ | ||
| 71 | #define DIODE_DIRECTION COL2ROW | ||
| 72 | |||
| 71 | /* define if matrix has ghost */ | 73 | /* define if matrix has ghost */ |
| 72 | //#define MATRIX_HAS_GHOST | 74 | //#define MATRIX_HAS_GHOST |
| 73 | 75 | ||
