1
0
Fork 0

[Keyboard] Add 1upkeyboards pi50 (#20242)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
ziptyze 2023-05-04 15:29:45 -04:00 committed by GitHub
parent a4b36f0b4b
commit 7f413e9f01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 1362 additions and 0 deletions

View file

@ -0,0 +1,10 @@
// Copyright 2023 ziptyze
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include_next <mcuconf.h>
#undef RP_I2C_USE_I2C0
#undef RP_I2C_USE_I2C1
#define RP_I2C_USE_I2C0 FALSE
#define RP_I2C_USE_I2C1 TRUE