Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2025-05-16 16:35:39 +00:00
74 changed files with 20 additions and 182 deletions
-2
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>
```