mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-16 08:56:11 +00:00
10 lines
199 B
C
10 lines
199 B
C
|
// Copyright 2023 Nick Brassel (@tzarc)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#pragma once
|
||
|
|
||
|
#include_next <board.h>
|
||
|
|
||
|
#undef STM32_HSECLK
|
||
|
#define STM32_HSECLK 8000000U
|
||
|
#define STM32_HSE_BYPASS
|