327f7ee9a7
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
8 lines
168 B
C
8 lines
168 B
C
// Copyright 2022 Massdrop, Inc.
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#include_next <board.h>
|
|
|
|
#undef STM32_HSECLK
|
|
#define STM32_HSECLK 16000000U
|