forked from mirror/qmk_firmware
Update STM32F446 default HSE to 8MHz (#25717)
This commit is contained in:
11
keyboards/unicomp/pc122/overnumpad_1xb/mcuconf.h
Normal file
11
keyboards/unicomp/pc122/overnumpad_1xb/mcuconf.h
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user