Move matrix config to info.json, part 8 (#20030)
This commit is contained in:
parent
4b1f0e8daa
commit
1022afa6c2
536 changed files with 1507 additions and 3196 deletions
|
@ -19,15 +19,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
// wiring of each half
|
||||
#define MATRIX_ROW_PINS { D4, E6, B4, B5 }
|
||||
#define MATRIX_COL_PINS { D3, F4, F7, B1, B3, B2 }
|
||||
#define MATRIX_ROW_PINS_RIGHT { D4, B2, B3, B1 }
|
||||
#define MATRIX_COL_PINS_RIGHT { F4, F7, D3, B5, B4, E6 }
|
||||
#define SPLIT_HAND_PIN D2
|
||||
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue