keychron_qmk_firmware/keyboards/mlego/m65/rev4/config.h
Alin Marin Elena 007c0c1db4
Updates to mlego m65 (#20220)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-11 22:26:20 -07:00

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