diff options
Diffstat (limited to 'keyboards/planck/config.h')
-rw-r--r-- | keyboards/planck/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index fe59d8b50..50438a5d5 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h @@ -33,8 +33,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Planck PCB default pin-out */ #define MATRIX_ROW_PINS { F4, F5, F6, F7 } -#define MATRIX_COL_PINS { B1, B3, B2, B6, B5, B4, D2, D7, C6, D4, D0, D1 } +#define MATRIX_COL_PINS { B1, B3, B2, B6, B5, B4, E6, D7, C6, D4, D0, D1 } #define UNUSED_PINS + #define AUDIO_VOICES #define BACKLIGHT_PIN B7 |