diff options
Diffstat (limited to 'keyboards/chidori/keymaps/default/config.h')
-rw-r--r-- | keyboards/chidori/keymaps/default/config.h | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/keyboards/chidori/keymaps/default/config.h b/keyboards/chidori/keymaps/default/config.h new file mode 100644 index 000000000..1501061e7 --- /dev/null +++ b/keyboards/chidori/keymaps/default/config.h | |||
@@ -0,0 +1,48 @@ | |||
1 | /* Copyright 2019 ENDO Katsuhiro <[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 | /* | ||
20 | * Board config | ||
21 | */ | ||
22 | /* | ||
23 | #define NUM_BOARDS 2 | ||
24 | |||
25 | #define BOARD_INFOS \ | ||
26 | { \ | ||
27 | { \ | ||
28 | true, \ | ||
29 | false, \ | ||
30 | 0x00, \ | ||
31 | { D4, D5, D6, D7 }, \ | ||
32 | { D1, D0, C3, C2, C1, C0 }, \ | ||
33 | { B1, B2 }, \ | ||
34 | { false, false }, \ | ||
35 | NULL \ | ||
36 | }, \ | ||
37 | { \ | ||
38 | false, \ | ||
39 | false, \ | ||
40 | 0x20, \ | ||
41 | { GPB4, GPB5, GPB6, GPB7 }, \ | ||
42 | { GPA7, GPA6, GPA5, GPA4, GPA3, GPA2 }, \ | ||
43 | { GPB0, GPB1 }, \ | ||
44 | { false, false }, \ | ||
45 | NULL \ | ||
46 | }, \ | ||
47 | } | ||
48 | */ | ||