diff options
author | ziptyze <mwcordier@gmail.com> | 2022-09-15 14:16:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 11:16:58 -0700 |
commit | 57c35bd8177d975f3a62505e51d531d1f4587215 (patch) | |
tree | 6d664bc2d81f544a135dbe700c2b3728137664da /keyboards/1upkeyboards/pi40/mcuconf.h | |
parent | 56bad5d357d0d670a64db12107e9d687e566e759 (diff) |
[Keyboard] Add pi40 (#18207)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/1upkeyboards/pi40/mcuconf.h')
-rw-r--r-- | keyboards/1upkeyboards/pi40/mcuconf.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/pi40/mcuconf.h b/keyboards/1upkeyboards/pi40/mcuconf.h new file mode 100644 index 0000000000..df94cb0346 --- /dev/null +++ b/keyboards/1upkeyboards/pi40/mcuconf.h @@ -0,0 +1,10 @@ +// Copyright 2022 QMK +// 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 TRUE +#define RP_I2C_USE_I2C1 FALSE
\ No newline at end of file |