mirror of
https://github.com/jmwtsn/qmk_firmware.git
synced 2026-06-03 19:53:31 -03:00
12 lines
261 B
C
12 lines
261 B
C
// Copyright 2022-2023 Thomas Autiello Jr (@fearherbs1)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#ifdef OLED_ENABLE
|
|
#define I2C1_SCL_PIN GP27
|
|
#define I2C1_SDA_PIN GP26
|
|
#define I2C_DRIVER I2CD1
|
|
#define OLED_BRIGHTNESS 128
|
|
#endif
|