summaryrefslogtreecommitdiff
path: root/keyboards/al1/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-03-15 11:38:53 +1100
committerGitHub <noreply@github.com>2022-03-15 11:38:53 +1100
commit2d9c3f9a89c502e76eacb485e984ba467d72048e (patch)
tree7ab91186efc70123a67ec38e25314b589a4786c2 /keyboards/al1/config.h
parent588abd24b548cb784a99b71ff55a7fbf5a3cac3d (diff)
Add SN74x154 driver and convert AL1 custom matrix (#16331)
Diffstat (limited to 'keyboards/al1/config.h')
-rw-r--r--keyboards/al1/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/al1/config.h b/keyboards/al1/config.h
index c8edb8ebfe..570eb03ae2 100644
--- a/keyboards/al1/config.h
+++ b/keyboards/al1/config.h
@@ -30,6 +30,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 6
#define MATRIX_COLS 16
+#define MATRIX_ROW_PINS { C7, B1, B2, C6, B4, B5 }
+
+#define SN74X154_ADDRESS_PINS { D4, D5, D6, D7 }
+#define SN74X154_E1_PIN D3
+
#define LED_NUM_LOCK_PIN D0
#define LED_CAPS_LOCK_PIN B7
#define LED_SCROLL_LOCK_PIN D1