summaryrefslogtreecommitdiff
path: root/keyboards/ibm
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-10-13 06:40:45 +0100
committerGitHub <noreply@github.com>2025-10-13 06:40:45 +0100
commitf4068dbfb0a5bc8ba0daf4e714ff3cbe89ef92c2 (patch)
tree3007957050a8259df41d1d7f399faeeb088be5e7 /keyboards/ibm
parent08405df1505293acb9a4e89bcf98935d78902094 (diff)
Update STM32F446 default HSE to 8MHz (#25717)
Diffstat (limited to 'keyboards/ibm')
-rw-r--r--keyboards/ibm/model_m_4th_gen/overnumpad_1xb/mcuconf.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/mcuconf.h b/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/mcuconf.h
new file mode 100644
index 0000000000..0e89bead66
--- /dev/null
+++ b/keyboards/ibm/model_m_4th_gen/overnumpad_1xb/mcuconf.h
@@ -0,0 +1,11 @@
1// Copyright 2025 QMK
2// SPDX-License-Identifier: GPL-2.0-or-later
3#pragma once
4
5#include_next <mcuconf.h>
6
7#undef STM32_PLLM_VALUE
8#define STM32_PLLM_VALUE 8
9
10#undef STM32_PLLSAIM_VALUE
11#define STM32_PLLSAIM_VALUE 8