Skip to content

Commit

Permalink
[Keyboard] Corrected a GPIO pin on config.h on the jisoo pcb (#19396)
Browse files Browse the repository at this point in the history
Co-authored-by: Neil Brian Ramirez <[email protected]>
Co-authored-by: Neil Brian Ramirez <[email protected]>
  • Loading branch information
3 people authored Dec 23, 2022
1 parent f75ac60 commit 99b69dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/nightly_boards/jisoo/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99b69dc

Please sign in to comment.