diff options
Diffstat (limited to 'keyboards/helix/pico/config.h')
| -rw-r--r-- | keyboards/helix/pico/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/helix/pico/config.h b/keyboards/helix/pico/config.h index 260560f55..05713d760 100644 --- a/keyboards/helix/pico/config.h +++ b/keyboards/helix/pico/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 | ||
| @@ -60,6 +59,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 60 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 } | 59 | #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2 } |
| 61 | // #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 | 60 | // #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 |
| 62 | 61 | ||
| 62 | /* COL2ROW, ROW2COL*/ | ||
| 63 | #define DIODE_DIRECTION COL2ROW | ||
| 64 | |||
| 63 | /* define if matrix has ghost */ | 65 | /* define if matrix has ghost */ |
| 64 | //#define MATRIX_HAS_GHOST | 66 | //#define MATRIX_HAS_GHOST |
| 65 | 67 | ||
