Skip to content

Commit

Permalink
Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same (#…
Browse files Browse the repository at this point in the history
…12203)

* Make the size of MATRIX_ROW_PINS and MATRIX_ROW_PINS_RIGHT the same

* Use NO_PIN instead of duplicate pin
  • Loading branch information
takai authored Mar 25, 2021
1 parent f3f444c commit a5ecd4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keyboards/choco60/rev2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#define MATRIX_ROW_PINS { C5, C4, B6, B7, C7 }
#define MATRIX_ROW_PINS_RIGHT { D3, D2, D5, D6, B0 }
#define MATRIX_COL_PINS { C6, B4, B3, B2, B1, B0 }
/* The last three NO_PIN are dummies to make the same size as MATRIX_ROW_PINS_RIGHT. */
#define MATRIX_COL_PINS { C6, B4, B3, B2, B1, B0, NO_PIN, NO_PIN, NO_PIN }
#define MATRIX_COL_PINS_RIGHT { C7, B7, B6, B5, B4, B3, B2, C6, D4 }
#define UNUSED_PINS

Expand Down

0 comments on commit a5ecd4e

Please sign in to comment.