mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-22 15:11:27 +00:00
Removed the unused SPI driver configuration in mcuconf.h file as requested by QMK member in pull request
This commit is contained in:
parent
03d66d929d
commit
58c2102013
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user