diff options
Diffstat (limited to 'keyboards/c39/keymaps/drashna/config.h')
-rw-r--r-- | keyboards/c39/keymaps/drashna/config.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/c39/keymaps/drashna/config.h b/keyboards/c39/keymaps/drashna/config.h new file mode 100644 index 000000000..e48bc46ca --- /dev/null +++ b/keyboards/c39/keymaps/drashna/config.h | |||
@@ -0,0 +1,34 @@ | |||
1 | /* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <[email protected]> | ||
2 | * | ||
3 | * This program is free software: you can redistribute it and/or modify | ||
4 | * it under the terms of the GNU General Public License as published by | ||
5 | * the Free Software Foundation, either version 2 of the License, or | ||
6 | * (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | * | ||
13 | * You should have received a copy of the GNU General Public License | ||
14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
15 | */ | ||
16 | |||
17 | #pragma once | ||
18 | |||
19 | // place overrides here | ||
20 | #undef MATRIX_COL_PINS | ||
21 | #define MATRIX_COL_PINS \ | ||
22 | { A3, A2, A1, A0, B13, B14, B15, B9, B3, B2, B4, A10, A9 } | ||
23 | #undef MATRIX_ROW_PINS | ||
24 | #define MATRIX_ROW_PINS \ | ||
25 | { B7, B1, B0 } | ||
26 | |||
27 | #define RGB_DI_PIN B10 | ||
28 | #define RGBLED_NUM 15 | ||
29 | |||
30 | #define SOLENOID_PIN B11 | ||
31 | |||
32 | #define AUDIO_PIN A5 | ||
33 | #define AUDIO_PIN_ALT A4 | ||
34 | #define AUDIO_PIN_ALT_AS_NEGATIVE | ||