327f7ee9a7
* Add STM32F446-Nucleo onekey. * Fixup onekey build for F446, all keymaps. * Fixup board inclusion search ordering.
11 lines
226 B
C
11 lines
226 B
C
// Copyright 2023 Nick Brassel (@tzarc)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
#pragma once
|
|
|
|
#define HAL_USE_ADC TRUE
|
|
#define HAL_USE_SPI TRUE
|
|
#define HAL_USE_I2C TRUE
|
|
#define HAL_USE_PWM TRUE
|
|
|
|
#include_next <halconf.h>
|