forked from mirrors/qmk_firmware
Fix pinout for Quefrency left half w/macros
This commit is contained in:
parent
7276cc24d0
commit
da5e904306
1 changed files with 4 additions and 2 deletions
|
@ -34,8 +34,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MATRIX_COLS 8
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, B5 }
|
||||
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, C6 }
|
||||
#define MATRIX_ROW_PINS { F4, D4, D7, E6, B4, C6 }
|
||||
#define MATRIX_COL_PINS { F5, F6, F7, B1, B3, B2, B6, B5 }
|
||||
#define MATRIX_ROW_PINS_RIGHT { F4, D4, D7, E6, B4, B5 }
|
||||
#define MATRIX_COL_PINS_RIGHT { F5, F6, F7, B1, B3, B2, B6, C6 }
|
||||
#define SPLIT_HAND_PIN D2
|
||||
|
||||
/* Set 0 if debouncing isn't needed */
|
||||
|
|
Loading…
Reference in a new issue