From 02381c18aa373b85d32137f6d35060c8b4639318 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 5 Apr 2024 20:15:15 -0500 Subject: [PATCH] fixing more typos - rules.mk named the encoder file wrong - extra characters in oled.c --- users/t4corun/features/oled.c | 4 +--- users/t4corun/rules.mk | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/users/t4corun/features/oled.c b/users/t4corun/features/oled.c index c90dee5c..1d00fea0 100644 --- a/users/t4corun/features/oled.c +++ b/users/t4corun/features/oled.c @@ -101,6 +101,4 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) { } else { return OLED_ROTATION_90; } -} - -a \ No newline at end of file +} \ No newline at end of file diff --git a/users/t4corun/rules.mk b/users/t4corun/rules.mk index de74299a..9891d399 100644 --- a/users/t4corun/rules.mk +++ b/users/t4corun/rules.mk @@ -61,7 +61,7 @@ ifeq ($(strip $(OLED_ENABLE)), yes) endif ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes) - SRC += features/encoders.c + SRC += features/encoder.c endif ifeq ($(strip $(COMBO_ENABLE)), yes)