mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-05-08 06:48:22 +00:00
Removes keyboard level conditionals wrapping oled size, timeout, and others
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
c03ff53b34
commit
caf496ff0e
@ -17,16 +17,9 @@
|
|||||||
#define I2C1_SDA_PIN GP6
|
#define I2C1_SDA_PIN GP6
|
||||||
#define I2C1_SCL_PIN GP7
|
#define I2C1_SCL_PIN GP7
|
||||||
|
|
||||||
#ifdef OLED_ENABLE
|
#define OLED_DISPLAY_128X64
|
||||||
# define OLED_DISPLAY_128X64
|
#define OLED_TIMEOUT 30000
|
||||||
# define OLED_TIMEOUT 30000
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Encoder settings */
|
#define ENCODER_MAP_KEY_DELAY 10
|
||||||
#ifdef ENCODER_MAP_ENABLE
|
|
||||||
# define ENCODER_MAP_KEY_DELAY 10
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef RGB_MATRIX_ENABLE
|
#define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50
|
||||||
# define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user