mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-25 01:47:10 +06:00
7e6ad6d28c
Co-authored-by: Drashna Jaelre <drashna@live.com>
10 lines
186 B
C
10 lines
186 B
C
// Copyright 2022 Danny Nguyen (danny@keeb.io)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef RP_I2C_USE_I2C1
|
|
#define RP_I2C_USE_I2C1 TRUE
|