~ruther/qmk_firmware

ref: 42f61611e8be856c65efa0e9cf56b19fe18c519e qmk_firmware/keyboards/mlego/m65/rev4/config.h -rw-r--r-- 333 bytes
42f61611 — James Young Data-Driven Keyboard Conversions: M, Part 3 (#23614) 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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
Do not follow this link