diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-18 12:18:48 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-18 12:18:48 +0000 |
commit | 11cfc8a0b69f0f5f9670e0dbbb4e5b47c769f577 (patch) | |
tree | 8722ae8a8b8d40029fc1c59544d5ea594fe3749e /keyboards/mokey/ginkgo65hot | |
parent | 42eff8c3726517304ad479f3e760dc34428b4f9f (diff) | |
parent | 4be736c192883a2e5b1185734eec25d0e1955f83 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mokey/ginkgo65hot')
-rw-r--r-- | keyboards/mokey/ginkgo65hot/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/mokey/ginkgo65hot/config.h b/keyboards/mokey/ginkgo65hot/config.h index 5b73c4dc98..2830227490 100644 --- a/keyboards/mokey/ginkgo65hot/config.h +++ b/keyboards/mokey/ginkgo65hot/config.h @@ -26,8 +26,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROWS 5 #define MATRIX_COLS 15 -#define MATRIX_ROW_PINS { F7, B7, F5, F1, B0 } -#define MATRIX_COL_PINS { C7, F6, B2, F4, B3, E6, D0, D1, D2, D3, D5, D4, D6, D7, B4 } +#define MATRIX_ROW_PINS { B0, B1, B2, B3, F7 } +#define MATRIX_COL_PINS { C7, F6, F5, F4, F1, E6, D0, D1, D2, D3, D5, D4, D6, D7, B4 } #define UNUSED_PINS #define DIODE_DIRECTION COL2ROW |