Move matrix config to info.json, part 8 (#20030)
This commit is contained in:
@@ -18,15 +18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
// wiring of each half
|
||||
#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
|
||||
|
||||
#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 */
|
||||
|
||||
Reference in New Issue
Block a user