aboutsummaryrefslogtreecommitdiff
path: root/keyboards/mode/m65ha_alpha/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mode/m65ha_alpha/mcuconf.h')
-rw-r--r--keyboards/mode/m65ha_alpha/mcuconf.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/mode/m65ha_alpha/mcuconf.h b/keyboards/mode/m65ha_alpha/mcuconf.h
new file mode 100644
index 000000000..e4cefd0b7
--- /dev/null
+++ b/keyboards/mode/m65ha_alpha/mcuconf.h
@@ -0,0 +1,35 @@
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#pragma once
18
19#include_next <mcuconf.h>
20#undef STM32_PLLM_VALUE
21#undef STM32_PLLN_VALUE
22#undef STM32_PLLP_VALUE
23#undef STM32_PLLQ_VALUE
24#undef STM32_PPRE1
25#undef STM32_PPRE2
26
27#define STM32_PLLM_VALUE 4
28#define STM32_PLLN_VALUE 168
29#define STM32_PLLP_VALUE 4
30#define STM32_PLLQ_VALUE 7
31#define STM32_PPRE1 STM32_PPRE1_DIV2
32#define STM32_PPRE2 STM32_PPRE2_DIV1
33
34#undef STM32_I2C_USE_I2C1
35#define STM32_I2C_USE_I2C1 TRUE