aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/unicomp/pc122
diff options
context:
space:
mode:
authorJoel Challis2025-10-13 07:40:45 +0200
committerGitHub2025-10-13 07:40:45 +0200
commitf4068dbfb0a5bc8ba0daf4e714ff3cbe89ef92c2 (patch)
tree3007957050a8259df41d1d7f399faeeb088be5e7 /keyboards/unicomp/pc122
parent08405df1505293acb9a4e89bcf98935d78902094 (diff)
Update STM32F446 default HSE to 8MHz (#25717)
Diffstat (limited to 'keyboards/unicomp/pc122')
-rw-r--r--keyboards/unicomp/pc122/overnumpad_1xb/mcuconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/unicomp/pc122/overnumpad_1xb/mcuconf.h b/keyboards/unicomp/pc122/overnumpad_1xb/mcuconf.h
new file mode 100644
index 0000000000..0e89bead66
--- /dev/null
+++ b/keyboards/unicomp/pc122/overnumpad_1xb/mcuconf.h
@@ -0,0 +1,11 @@
+// Copyright 2025 QMK
+// SPDX-License-Identifier: GPL-2.0-or-later
+#pragma once
+
+#include_next <mcuconf.h>
+
+#undef STM32_PLLM_VALUE
+#define STM32_PLLM_VALUE 8
+
+#undef STM32_PLLSAIM_VALUE
+#define STM32_PLLSAIM_VALUE 8