Browse Source

[Keyboard] Update config for 10 ble oled usbhub pad (#11066)

pull/11235/head
haierwangwei2005 3 years ago
committed by GitHub
parent
commit
49b6c5fd83
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/10bleoledhub/config.h

+ 1
- 1
keyboards/10bleoledhub/config.h View File

@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.*/
/* key matrix size */
#define MATRIX_ROWS 4
#define MATRIX_COLS 3
#define MATRIX_ROW_PINS { F6, F5, F4, F1 }
#define MATRIX_ROW_PINS { F0, F5, F4, F6 }
#define MATRIX_COL_PINS { D6, D7, B5 }
#define UNUSED_PINS


Loading…
Cancel
Save