logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 86badb394e338aa2def4d1caf77089ce0acf03e9
parent c7a24a441f6b3e25b726089c3305ef2d92b46fd4
Author: Jack Sangdahl <jack@pngu.org>
Date:   Sat, 12 Jul 2025 19:38:32 -0600

Enable correct SPI peripheral `dilemma/3x5_2/assembled` (#25479)

Initial

Diffstat:

Mkeyboards/bastardkb/dilemma/3x5_2/assembled/mcuconf.h4++--
1 file 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 @@ -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