Fixup ChibiOS header inclusion search ordering. (#19623)

* Add STM32F446-Nucleo onekey. 

* Fixup onekey build for F446, all keymaps.

* Fixup board inclusion search ordering.
This commit is contained in:
Nick Brassel
2023-01-19 12:05:29 +11:00
committed by GitHub
parent 17c9388af5
commit 327f7ee9a7
100 changed files with 195 additions and 91 deletions

View File

@@ -24,4 +24,4 @@
#define SPI_USE_WAIT TRUE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
#include_next "halconf.h"
#include_next <halconf.h>

View File

@@ -19,7 +19,7 @@
#pragma once
#include_next "mcuconf.h"
#include_next <mcuconf.h>
#undef STM32_PWM_USE_TIM2
#define STM32_PWM_USE_TIM2 TRUE

View File

@@ -16,7 +16,7 @@
#pragma once
#include_next "mcuconf.h"
#include_next <mcuconf.h>
#if defined(KEYBOARD_bastardkb_charybdis_3x5_blackpill)
# undef STM32_I2C_USE_I2C1

View File

@@ -17,7 +17,7 @@
#pragma once
#include_next "mcuconf.h"
#include_next <mcuconf.h>
#undef RP_SPI_USE_SPI0
#define RP_SPI_USE_SPI0 TRUE

View File

@@ -17,7 +17,7 @@
#pragma once
#include_next "mcuconf.h"
#include_next <mcuconf.h>
#undef RP_SPI_USE_SPI0
#define RP_SPI_USE_SPI0 TRUE