5x5bt (#4333)
* got bluetooth working * get rid of description on bluetooth * get rid of commented code used for testing * Update config.h
This commit is contained in:
parent
bdc72740cb
commit
80c04b2919
5 changed files with 47 additions and 20 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
#pragma once
|
||||
|
||||
//QMK DFU settings (ProMicro boards with QMK bootloader)
|
||||
// set top left key as bootloader mode escape key on Lets Split rev2
|
||||
|
@ -30,8 +29,6 @@
|
|||
#undef MATRIX_ROW_PINS
|
||||
#undef MATRIX_COL_PINS
|
||||
#define MATRIX_ROW_PINS { D1, D0, D4, C6 }
|
||||
//last 4 elements of the column array are are not broken out on a ProMicro (included only to preserve array structure)
|
||||
//last 4 elements of the column array are not broken out on a ProMicro (included only to preserve array structure)
|
||||
#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, B2, B6, B5, B4, E6, D7, F0, B7, D6, F1 }
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue