summaryrefslogtreecommitdiffstats
path: root/keyboards/c39/keymaps/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/c39/keymaps/drashna/config.h')
-rw-r--r--keyboards/c39/keymaps/drashna/config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/c39/keymaps/drashna/config.h b/keyboards/c39/keymaps/drashna/config.h
new file mode 100644
index 0000000000..5d53fe54bb
--- /dev/null
+++ b/keyboards/c39/keymaps/drashna/config.h
@@ -0,0 +1,12 @@
+#pragma once
+
+// place overrides here
+#undef MATRIX_COL_PINS
+#define MATRIX_COL_PINS \
+ { A3, A2, A1, A0, B13, B14, B15, B9, B3, B2, B4, A10, A9 }
+#undef MATRIX_ROW_PINS
+#define MATRIX_ROW_PINS \
+ { B7, B1, B0 }
+
+#define RGB_DI_PIN B10
+#define RGBLED_NUM 15