[Keyboard] Corrected a GPIO pin on config.h on the jisoo pcb (#19396)

Co-authored-by: Neil Brian Ramirez <nightlykeyboards@gmail.com>
Co-authored-by: Neil Brian Ramirez <nightlyboards@gmail.com>
This commit is contained in:
DeskDaily 2022-12-23 17:08:37 +08:00 committed by GitHub
parent f75ac6042e
commit 99b69dc80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
#define MATRIX_ROW_PINS { GP26, GP27, GP28, GP18, GP19, GP20 }
#define MATRIX_COL_PINS { GP25, GP12, GP13, GP12, GP11, GP10, GP9, GP8, GP7, GP6, GP5, GP4, GP3, GP2, GP1, GP0 }
#define MATRIX_COL_PINS { GP25, GP14, GP13, GP12, GP11, GP10, GP9, GP8, GP7, GP6, GP5, GP4, GP3, GP2, GP1, GP0 }
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW