1
0

Remove duplicate of SPI default config from keyboards (#25266)

This commit is contained in:
Joel Challis
2025-05-16 17:35:05 +01:00
committed by GitHub
parent 15e45b1d4b
commit 0b6a460b7f
65 changed files with 8 additions and 171 deletions

View File

@@ -39,8 +39,6 @@ To enable SPI, modify your board's `halconf.h` to enable SPI, then modify your b
#pragma once
#define HAL_USE_SPI TRUE // [!code focus]
#define SPI_USE_WAIT TRUE // [!code focus]
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD // [!code focus]
#include_next <halconf.h>
```