diff options
| author | Johannes Larsson <developer.johannes.larsson@gmail.com> | 2017-05-24 21:24:13 +0200 |
|---|---|---|
| committer | Johannes Larsson <developer.johannes.larsson@gmail.com> | 2017-05-24 21:24:13 +0200 |
| commit | e4f1b238b3242c63bed332f3ca3c4bcfccc9ca14 (patch) | |
| tree | 7af4789fe1f12f91922a14205dc64120a2a6d4fb | |
| parent | 690957cdbd77307b7f1c17acb70ab839eac86e3d (diff) | |
| download | qmk_firmware-e4f1b238b3242c63bed332f3ca3c4bcfccc9ca14.tar.gz qmk_firmware-e4f1b238b3242c63bed332f3ca3c4bcfccc9ca14.zip | |
revert changes to config.h
| -rw-r--r-- | keyboards/planck/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index 1311bb09b..5cf96bb88 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h | |||
| @@ -32,8 +32,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 32 | #define MATRIX_COLS 12 | 32 | #define MATRIX_COLS 12 |
| 33 | 33 | ||
| 34 | /* Planck PCB default pin-out */ | 34 | /* Planck PCB default pin-out */ |
| 35 | #define MATRIX_ROW_PINS { F4, F5, F6, F7 } | 35 | #define MATRIX_ROW_PINS { D0, D5, B5, B6 } |
| 36 | #define MATRIX_COL_PINS { B1, B3, B2, B6, B5, B4, D2, D7, C6, D4, D0, D1 } | 36 | #define MATRIX_COL_PINS { F1, F0, B0, C7, F4, F5, F6, F7, D4, D6, B4, D7 } |
| 37 | #define UNUSED_PINS | 37 | #define UNUSED_PINS |
| 38 | 38 | ||
| 39 | #define AUDIO_VOICES | 39 | #define AUDIO_VOICES |
