Update config.h

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Mark Stosberg 2024-07-23 14:52:13 -04:00 committed by Mark Stosberg
parent 636b95ab85
commit 5ad0ccc09a
No known key found for this signature in database

View File

@ -18,9 +18,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
// These do not seem to have keyboard.json support yet.
#define ADNS5050_SCLK_PIN 23U
#define ADNS5050_SDIO_PIN 8U
#define ADNS5050_CS_PIN 9U
#define ADNS5050_SCLK_PIN GP23
#define ADNS5050_SDIO_PIN GP8
#define ADNS5050_CS_PIN GP9
#define I2C1_SDA_PIN GP2
#define I2C1_SCL_PIN GP3