mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 14:13:46 -03:00
Remove OLED_DISPLAY_128X32 config (#26190)
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define I2C1_SCL_PIN GP17
|
||||
#define I2C1_SDA_PIN GP16
|
||||
#define I2C_DRIVER I2CD0
|
||||
|
||||
@@ -19,6 +19,5 @@
|
||||
|
||||
// OLED driver
|
||||
#ifdef OLED_DRIVER_ENABLE
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define OLED_TIMEOUT 30000
|
||||
#endif
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
#define OLED_DISPLAY_128X32
|
||||
#endif
|
||||
|
||||
#ifdef PS2_DRIVER_INTERRUPT
|
||||
#define PS2_CLOCK_PIN E6
|
||||
#define PS2_DATA_PIN D7
|
||||
|
||||
@@ -7,6 +7,5 @@
|
||||
#define I2C1_SCL_PIN GP27
|
||||
#define I2C1_SDA_PIN GP26
|
||||
#define I2C_DRIVER I2CD1
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define OLED_BRIGHTNESS 128
|
||||
#endif
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
|
||||
|
||||
// settings for the oled keyboard demo with Adafruit 0.91" OLED display on the Stemma QT port
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define I2C_DRIVER I2CD0
|
||||
#define I2C1_SDA_PIN GP12
|
||||
#define I2C1_SCL_PIN GP13
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
|
||||
#define OLED_DISPLAY_128X32
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
|
||||
|
||||
@@ -18,6 +18,5 @@
|
||||
|
||||
// Not yet available in `info.json`
|
||||
#ifdef OLED_ENABLE
|
||||
# define OLED_DISPLAY_128X32
|
||||
# define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
|
||||
@@ -16,5 +16,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
@@ -18,6 +18,5 @@
|
||||
|
||||
// Not yet available in `info.json`
|
||||
#ifdef OLED_ENABLE
|
||||
# define OLED_DISPLAY_128X32
|
||||
# define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
|
||||
@@ -16,5 +16,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define OLED_DISPLAY_128X32
|
||||
#define SPLIT_OLED_ENABLE
|
||||
|
||||
@@ -18,6 +18,5 @@
|
||||
|
||||
// Not yet available in `info.json`
|
||||
#ifdef OLED_ENABLE
|
||||
# define OLED_DISPLAY_128X32
|
||||
# define SPLIT_OLED_ENABLE
|
||||
#endif
|
||||
|
||||
@@ -16,8 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define OLED_DISPLAY_128X32
|
||||
|
||||
// EC11 encoders' resolution.
|
||||
// Reduce the value to 2 if you feel missing values:
|
||||
#define ENCODER_RESOLUTION 4
|
||||
|
||||
Reference in New Issue
Block a user