mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06:00
007c0c1db4
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
15 lines
333 B
C
15 lines
333 B
C
// Copyright 2021-2023 alin m elena (@alinelena)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define LED_RSE_PIN B13
|
|
#define LED_LWR_PIN B12
|
|
|
|
#ifdef OLED_ENABLE
|
|
# define I2C1_SCL_PIN B9
|
|
# define I2C1_SDA_PIN B8
|
|
# define OLED_BRIGHTNESS 128
|
|
# define OLED_FONT_H "keyboards/mlego/m65/lib/glcdfont.c"
|
|
#endif
|