mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +00:00
fb3c91375c
Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
9 lines
174 B
C
9 lines
174 B
C
// Copyright 2023 Coom (@coomstoolbox)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define I2C1_SCL_PIN B10
|
|
#define I2C1_SDA_PIN B11
|
|
#define I2C_DRIVER I2CD2
|