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

@ -16,16 +16,7 @@
#pragma once
#include_next <halconf.h>
#undef HAL_USE_SPI
#define HAL_USE_SPI TRUE
#undef SPI_USE_WAIT
#define SPI_USE_WAIT TRUE
#undef SPI_SELECT_MODE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
#undef HAL_USE_PWM
#define HAL_USE_PWM TRUE
#include_next <halconf.h>