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,18 @@
// Copyright 2023 John Barbero Unenge (@jbarberu)
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <mcuconf.h>
#undef RP_PWM_USE_PWM0
#define RP_PWM_USE_PWM0 TRUE
#undef RP_PWM_USE_PWM4
#define RP_PWM_USE_PWM4 TRUE
#undef RP_I2C_USE_I2C0
#define RP_I2C_USE_I2C0 FALSE
#undef RP_I2C_USE_I2C1
#define RP_I2C_USE_I2C1 TRUE