5469f30dfe
Affects: - `0_sixty` - `1upkeyboards/pi40` - `1upkeyboards/pi50` - `40percentclub/gherkin` - `4pplet/perk60_iso/rev_a`
11 lines
309 B
C
11 lines
309 B
C
// Copyright 2022 ziptyze (@ziptyze)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define OLED_DISPLAY_128X32
|
|
#define I2C1_SCL_PIN GP17
|
|
#define I2C1_SDA_PIN GP16
|
|
#define I2C_DRIVER I2CD0
|
|
#define OLED_BRIGHTNESS 128
|
|
#define OLED_FONT_H "keyboards/1upkeyboards/pi40/lib/glcdfont.c"
|