mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
5469f30dfe
Affects: - `0_sixty` - `1upkeyboards/pi40` - `1upkeyboards/pi50` - `40percentclub/gherkin` - `4pplet/perk60_iso/rev_a`
11 lines
256 B
C
11 lines
256 B
C
// Copyright 2023 ziptyze
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define I2C1_SCL_PIN GP11
|
|
#define I2C1_SDA_PIN GP10
|
|
#define I2C_DRIVER I2CD1
|
|
#define OLED_BRIGHTNESS 128
|
|
#define OLED_FONT_H "keyboards/1upkeyboards/pi50/lib/glcdfont.c"
|