Removed the unused SPI driver configuration in mcuconf.h file as requested by QMK member in pull request

This commit is contained in:
atechofficials 2024-06-25 05:18:19 +05:30
parent 03d66d929d
commit 58c2102013
2 changed files with 17 additions and 26 deletions

View File

@ -14,9 +14,7 @@
"pins": ["GP14"]
},
"encoder": {
"rotary": [
{"pin_a": "GP12", "pin_b": "GP13", "resolution": 2}
]
"rotary": [{ "pin_a": "GP12", "pin_b": "GP13", "resolution": 2 }]
},
"features": {
"bootmagic": true,

View File

@ -24,10 +24,3 @@
#undef RP_I2C_USE_I2C1
#define RP_I2C_USE_I2C1 FALSE
/* RP2040 SPI Driver Selection */
#undef RP_SPI_USE_SPI0
#define RP_SPI_USE_SPI0 TRUE
#undef RP_SPI_USE_SPI1
#define RP_SPI_USE_SPI1 FALSE