forked from mirrors/qmk_firmware
92873cc14f
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
9 lines
189 B
C
9 lines
189 B
C
// Copyright 2023 Noah Beidelman (@noahbei)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#include_next <mcuconf.h>
|
|
|
|
#undef STM32_I2C_USE_I2C1
|
|
#define STM32_I2C_USE_I2C1 TRUE
|