forked from mirrors/qmk_firmware
327f7ee9a7
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
8 lines
153 B
C
8 lines
153 B
C
// Copyright 2022 Mega Mind (@megamind4089)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <board.h>
|
|
|
|
#undef STM32_HSE_BYPASS
|