From ca7cfff7c5ffd12a04ed0eaa3c0fc8151bcb8621 Mon Sep 17 00:00:00 2001 From: arnstadm <45672752+arnstadm@users.noreply.github.com> Date: Thu, 13 Oct 2022 21:34:35 +0200 Subject: add akb/vero (#18652) --- keyboards/akb/vero/mcuconf.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/akb/vero/mcuconf.h (limited to 'keyboards/akb/vero/mcuconf.h') 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 . + */ + +#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 -- cgit v1.2.3