summaryrefslogtreecommitdiff
path: root/keyboards/evyd13/wasdat_code/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-08 10:02:28 +1100
committerGitHub <noreply@github.com>2022-03-08 10:02:28 +1100
commit07ca35decf1a9a998b3e6bb646f7d73901e1c444 (patch)
tree9d6acf5e29cd188011fb1ccc6118a5d77e59313e /keyboards/evyd13/wasdat_code/config.h
parente41d67b42866f773ee067984bb91be8965ba760a (diff)
Convert Wasdat Code custom matrix to SN74x138 driver (#16257)
Diffstat (limited to 'keyboards/evyd13/wasdat_code/config.h')
-rw-r--r--keyboards/evyd13/wasdat_code/config.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/keyboards/evyd13/wasdat_code/config.h b/keyboards/evyd13/wasdat_code/config.h
index 6c39403e52..0a7b732010 100644
--- a/keyboards/evyd13/wasdat_code/config.h
+++ b/keyboards/evyd13/wasdat_code/config.h
@@ -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