Add SNES Macropad keyboard (#22377)

Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
John Barbero 2023-11-09 18:52:47 +01:00 committed by GitHub
parent daabe2d8c5
commit 39d0a14258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 682 additions and 0 deletions

View file

@ -0,0 +1,12 @@
// Copyright 2023 John Barbero Unenge (@jbarberu)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
#define I2C_DRIVER I2CD1
#define I2C1_SDA_PIN GP14
#define I2C1_SCL_PIN GP15