Convert Wasdat Code custom matrix to SN74x138 driver (#16257)
This commit is contained in:
parent
e41d67b428
commit
07ca35decf
4 changed files with 77 additions and 310 deletions
|
@ -41,22 +41,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
*
|
||||
*/
|
||||
#define MATRIX_ROW_PINS { E6, C7, C6, B6, B5, B4, D7, D6 }
|
||||
#define MATRIX_COL_PINS { }
|
||||
#define MATRIX_COL_PINS { F7, F5, F6, F1, F4, F0, NO_PIN, D5, D3, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN, NO_PIN } // Columns 6 and 9-15 controlled by demux
|
||||
#define UNUSED_PINS
|
||||
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
#define SN74X138_ADDRESS_PINS { D2, D1, D0 }
|
||||
#define SN74X138_E3_PIN D4
|
||||
|
||||
// For QMK DFU
|
||||
#define QMK_ESC_OUTPUT E6
|
||||
#define QMK_ESC_INPUT F0
|
||||
#define QMK_LED B1
|
||||
|
||||
/*
|
||||
* Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
|
||||
*/
|
||||
//#define SOFT_SERIAL_PIN D0 // or D1, D2, D3, E6
|
||||
|
||||
#define LED_NUM_LOCK_PIN B3
|
||||
#define LED_CAPS_LOCK_PIN B1
|
||||
#define LED_SCROLL_LOCK_PIN B2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue