mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 19:39:27 +00:00
12 lines
286 B
C
12 lines
286 B
C
|
// Copyright 2023 gkeyboard (@gkeyboard)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define OLED_DISPLAY_128X64
|
||
|
#define I2C1_SCL_PIN GP21
|
||
|
#define I2C1_SDA_PIN GP20
|
||
|
#define I2C_DRIVER I2CD0
|
||
|
#define OLED_BRIGHTNESS 128
|
||
|
#define OLED_FONT_H "lib/glcdfont.c"
|