Browse Source

Fix row 5 enable pin

pull/22707/head
Hayley Hughes 2 months ago
parent
commit
eb42b48c22
No known key found for this signature in database GPG Key ID: D500C1F8FAAF6818
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keyboards/ducky/one2sf/1967st/1967st.c

+ 2
- 2
keyboards/ducky/one2sf/1967st/1967st.c View File

@ -419,7 +419,7 @@ void MBIA045_disable_rows(void) {
PB2 = PAL_LOW;
// Row 4
PD9 = PAL_LOW;
PD8 = PAL_LOW;
}
/**
@ -441,7 +441,7 @@ void MBIA045_select_row(int row) {
PB2 = PAL_HIGH;
break;
case 4: // Row 4
PD9 = PAL_HIGH;
PD8 = PAL_HIGH;
break;
}
}


Loading…
Cancel
Save