diff options
author | Brett Inman <brettinman@users.noreply.github.com> | 2020-01-21 19:58:17 -0800 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2020-01-21 19:58:17 -0800 |
commit | 49c3a1cda5c84eb4e2fa358328d9d9a603103ba3 (patch) | |
tree | 94723dc2caceb52b45a495fe0420b2822a02288c /keyboards/percent/skog_lite/config.h | |
parent | ba264c69c28dd36ab8bd7eda1ba19ecf51eae6a9 (diff) |
Swap two columns to fix Skog Lite (#7940)
* Swap two cols to fix skog lite
* Fix readme
* Suggested formatting
Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/percent/skog_lite/config.h')
-rw-r--r-- | keyboards/percent/skog_lite/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/percent/skog_lite/config.h b/keyboards/percent/skog_lite/config.h index ec3928b72e..a3d4a225f1 100644 --- a/keyboards/percent/skog_lite/config.h +++ b/keyboards/percent/skog_lite/config.h @@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // 0 1 2 3 4 5 6 7 8 9 A B C D E #define MATRIX_ROW_PINS { B0, B1, B2, B3, B4, B6, B5 } -#define MATRIX_COL_PINS { C4, C2, D7, C7, C6, A0, A1, A2, A3, A7, A6, A5, A4, C5, C3} +#define MATRIX_COL_PINS { C4, C2, D7, C7, C6, A0, A1, A2, A3, A7, A6, A4, A5, C5, C3} #define UNUSED_PINS #define DIODE_DIRECTION COL2ROW |