diff options
Diffstat (limited to 'keyboards/mode/m65s/mcuconf.h')
-rw-r--r-- | keyboards/mode/m65s/mcuconf.h | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/keyboards/mode/m65s/mcuconf.h b/keyboards/mode/m65s/mcuconf.h new file mode 100644 index 000000000..97f2ee51e --- /dev/null +++ b/keyboards/mode/m65s/mcuconf.h | |||
@@ -0,0 +1,40 @@ | |||
1 | /* Copyright 2020 QMK | ||
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 | /* | ||
18 | * This file was auto-generated by: | ||
19 | * `qmk chibios-confmigrate -i keyboards/acheron/austin/mcuconf.h -r platforms/chibios/GENERIC_STM32_F072XB/configs/mcuconf.h` | ||
20 | */ | ||
21 | |||
22 | #pragma once | ||
23 | |||
24 | #include_next <mcuconf.h> | ||
25 | #undef STM32_PLLM_VALUE | ||
26 | #undef STM32_PLLN_VALUE | ||
27 | #undef STM32_PLLP_VALUE | ||
28 | #undef STM32_PLLQ_VALUE | ||
29 | #undef STM32_PPRE1 | ||
30 | #undef STM32_PPRE2 | ||
31 | |||
32 | #define STM32_PLLM_VALUE 4 | ||
33 | #define STM32_PLLN_VALUE 168 | ||
34 | #define STM32_PLLP_VALUE 4 | ||
35 | #define STM32_PLLQ_VALUE 7 | ||
36 | #define STM32_PPRE1 STM32_PPRE1_DIV2 | ||
37 | #define STM32_PPRE2 STM32_PPRE2_DIV1 | ||
38 | |||
39 | #undef STM32_I2C_USE_I2C1 | ||
40 | #define STM32_I2C_USE_I2C1 TRUE | ||