forked from mirrors/qmk_userspace
Migrate DIRECT_PINS
to data driven (#19826)
This commit is contained in:
parent
0b796b91a3
commit
2cdf99ae95
158 changed files with 560 additions and 1197 deletions
|
@ -16,36 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#pragma once
|
||||
|
||||
|
||||
/* key matrix size */
|
||||
#define MATRIX_ROWS 8
|
||||
#define MATRIX_COLS 5
|
||||
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
* Change this to how you wired your keyboard
|
||||
* COLS: AVR pins used for columns, left to right
|
||||
* ROWS: AVR pins used for rows, top to bottom
|
||||
* DIODE_DIRECTION: COL2ROW = COL = Anode (+), ROW = Cathode (-, marked on diode)
|
||||
* ROW2COL = ROW = Anode (+), COL = Cathode (-, marked on diode)
|
||||
* NO_DIODE = switches are directly connected to AVR pins
|
||||
*
|
||||
*/
|
||||
#define DIRECT_PINS { \
|
||||
{ F4, F7, B2, D1, D7 }, \
|
||||
{ F5, B1, B6, D0, E6 }, \
|
||||
{ F6, B3, D3, D4, B4 }, \
|
||||
{ C6, B5, NO_PIN, NO_PIN, NO_PIN } \
|
||||
}
|
||||
|
||||
#define DIRECT_PINS_RIGHT { \
|
||||
{ D7, D1, B2, F7, F4}, \
|
||||
{ E6, D0, B6, B1, F5 }, \
|
||||
{ B4, D4, D3, B3, F6 }, \
|
||||
{ B5, C6, NO_PIN, NO_PIN, NO_PIN } \
|
||||
}
|
||||
|
||||
/* serial.c configuration for split keyboard */
|
||||
#define SOFT_SERIAL_PIN D2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue