Removes keyboard level conditionals wrapping oled size, timeout, and others

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Ryan Neff 2024-03-29 12:57:04 -07:00 committed by GitHub
parent c03ff53b34
commit caf496ff0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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