diff options
author | QMK Bot <hello@qmk.fm> | 2022-10-13 19:35:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-10-13 19:35:10 +0000 |
commit | d66e5c6ea2249d6d82d9920b57462e93ccfac56c (patch) | |
tree | a6b5dae3730659e761f38cd873b7847b9d1ced71 /keyboards/akb/vero/mcuconf.h | |
parent | 17f679ea2a64f4eb21f1d53cd2d3103f55b3a0a3 (diff) | |
parent | ca7cfff7c5ffd12a04ed0eaa3c0fc8151bcb8621 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/akb/vero/mcuconf.h')
-rw-r--r-- | keyboards/akb/vero/mcuconf.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/akb/vero/mcuconf.h b/keyboards/akb/vero/mcuconf.h new file mode 100644 index 0000000000..3439c90d52 --- /dev/null +++ b/keyboards/akb/vero/mcuconf.h @@ -0,0 +1,20 @@ +/* Copyright 2020 QMK + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + +#include_next "mcuconf.h" +/* Set PLL M divider from 4 (F411 GENERIC default) to 8, because of 16 MHz crystal on board */ +#undef STM32_PLLM_VALUE +#define STM32_PLLM_VALUE 8 |