Add SNES Macropad keyboard (#22377)
Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
parent
daabe2d8c5
commit
39d0a14258
11 changed files with 682 additions and 0 deletions
12
keyboards/snes_macropad/config.h
Normal file
12
keyboards/snes_macropad/config.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue