mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-17 18:16:53 +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_SCL_PIN GP7
|
||||
|
||||
#ifdef OLED_ENABLE
|
||||
# define OLED_DISPLAY_128X64
|
||||
# define OLED_TIMEOUT 30000
|
||||
#endif
|
||||
#define OLED_DISPLAY_128X64
|
||||
#define OLED_TIMEOUT 30000
|
||||
|
||||
/* Encoder settings */
|
||||
#ifdef ENCODER_MAP_ENABLE
|
||||
# define ENCODER_MAP_KEY_DELAY 10
|
||||
#endif
|
||||
#define ENCODER_MAP_KEY_DELAY 10
|
||||
|
||||
#ifdef RGB_MATRIX_ENABLE
|
||||
# define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50
|
||||
#endif
|
||||
#define RGB_MATRIX_TYPING_HEATMAP_DECREASE_DELAY_MS 50
|
||||
|
Loading…
Reference in New Issue
Block a user