Skip to content

Commit

Permalink
add led indicate for m69
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaxin96 committed Jul 27, 2021
1 parent bd7e66b commit a0572b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions keyboards/yandrstudio/M69/f401/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define MATRIX_ROW_PINS { B0, B1, B2, A5, A6, A7}

/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
#define DIODE_DIRECTION ROW2COL


/* RGN Matrix */
Expand Down Expand Up @@ -79,4 +79,6 @@




#define LED_CAPS_LOCK_PIN B13
#define LED_SCROLL_LOCK_PIN B13
#define LED_PIN_ON_STATE 0

0 comments on commit a0572b4

Please sign in to comment.