Browse Source

changed diode direction from row2col to col2row

pull/15861/head
Henry Lum 3 years ago
parent
commit
9d50fcd9b4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/suavity/hanjie/config.h

+ 1
- 1
keyboards/suavity/hanjie/config.h View File

@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Matrix Column Pins: C0 C1 C2 C3 C4 C5 C6 C7 C8 C9 C10 C11 C12 C13 C14 C15 C16 C17 C18
#define MATRIX_ROW_PINS { A3, B7, A0, A1, A2 }
// Matrix Row Pins: R0 R1 R2 R3 R4
#define DIODE_DIRECTION ROW2COL
#define DIODE_DIRECTION COL2ROW
// Current flow out of the diodes are from rows to columns
#define LED_CAPS_LOCK_PIN B8


Loading…
Cancel
Save