qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.24k stars 39.32k forks source link

[Bug] ginkgo65 keymap incorrect #19584

Open nicedream06 opened 1 year ago

nicedream06 commented 1 year ago

Describe the Bug

The bug in issue 17307 that affected the gingko65hot keymap also seems to affect the gingko65 (solderable) keymap.

After flashing, most keys are inoperable. The few that do work register the wrong keys.

Examples:

Link to the similar bug on gingko65hot https://github.com/qmk/qmk_firmware/issues/17307

Keyboard Used

gingko65

Link to product page (if applicable)

No response

Operating System

No response

qmk doctor Output

No response

Is AutoHotKey / Karabiner installed

Other keyboard-related software installed

No response

Additional Context

No response

nicedream06 commented 1 year ago

Did some testing. It seems that the following lines in config.h will fix the issue:

#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, B5 }

waffle87 commented 1 year ago

Yeah looks like the consequences of copy/paste again. Feel free to open a PR or say otherwise if you'd like someone else to.

nicedream06 commented 1 year ago

I'll let someone else do the pull request. I don't really mess around in github that much, so I'm kind of inexperienced. I just wanted to report the bug I found, and then the fix that worked for me.