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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
65 changed files with 8 additions and 171 deletions

View file

@ -17,7 +17,5 @@
#define HAL_USE_I2C TRUE
#define HAL_USE_SPI TRUE
#define SPI_USE_WAIT TRUE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
#include_next <halconf.h>