diff options
| author | Jack Sangdahl | 2025-07-13 03:38:32 +0200 |
|---|---|---|
| committer | GitHub | 2025-07-13 03:38:32 +0200 |
| commit | 86badb394e338aa2def4d1caf77089ce0acf03e9 (patch) | |
| tree | 080a46af954a71672dd832bd2d0cab44228d762b /keyboards | |
| parent | c7a24a441f6b3e25b726089c3305ef2d92b46fd4 (diff) | |
Enable correct SPI peripheral `dilemma/3x5_2/assembled` (#25479)
Initial
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h b/keyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h index 81821c159d..52b726a56d 100644 --- a/keyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h +++ b/keyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h @@ -19,5 +19,5 @@ #include_next <mcuconf.h> -#undef RP_SPI_USE_SPI1 -#define RP_SPI_USE_SPI1 TRUE +#undef RP_SPI_USE_SPI0 +#define RP_SPI_USE_SPI0 TRUE |