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
18
keyboards/snes_macropad/mcuconf.h
Normal file
18
keyboards/snes_macropad/mcuconf.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue