mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-24 18:11:14 +00:00
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
9 lines
164 B
C
9 lines
164 B
C
/* Copyright 2025 oxnh */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
#pragma once
|
|
|
|
#include_next <board.h>
|
|
|
|
#undef STM32_HSECLK
|
|
#define STM32_HSECLK 12000000U
|