diff options
Diffstat (limited to 'keyboards/c39/keymaps/drashna/config.h')
-rwxr-xr-x | keyboards/c39/keymaps/drashna/config.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/c39/keymaps/drashna/config.h b/keyboards/c39/keymaps/drashna/config.h new file mode 100755 index 000000000..361f68a78 --- /dev/null +++ b/keyboards/c39/keymaps/drashna/config.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #pragma once | ||
2 | |||
3 | // place overrides here | ||
4 | #undef MATRIX_COL_PINS | ||
5 | #define MATRIX_COL_PINS { A3, A2, A1, A0, B13, B14, B15, B9, B3, B2, B4, A10, A9 } | ||
6 | #undef MATRIX_ROW_PINS | ||
7 | #define MATRIX_ROW_PINS { B7, B1, B0 } | ||