summaryrefslogtreecommitdiff
path: root/keyboards/akb/vero/mcuconf.h
diff options
context:
space:
mode:
authorarnstadm <45672752+arnstadm@users.noreply.github.com>2022-10-13 21:34:35 +0200
committerGitHub <noreply@github.com>2022-10-13 20:34:35 +0100
commitca7cfff7c5ffd12a04ed0eaa3c0fc8151bcb8621 (patch)
tree4245356f0dc90ca38ba7f7bda52ec424a6b4c8b7 /keyboards/akb/vero/mcuconf.h
parenta3f9992cc97a49944b92e02268db179266842125 (diff)
add akb/vero (#18652)
Diffstat (limited to 'keyboards/akb/vero/mcuconf.h')
-rw-r--r--keyboards/akb/vero/mcuconf.h20
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