fixing more typos

- rules.mk named the encoder file wrong
- extra characters in oled.c
This commit is contained in:
Victor 2024-04-05 20:15:15 -05:00
parent 8e29b0b71a
commit 02381c18aa
Failed to generate hash of commit
2 changed files with 2 additions and 4 deletions

View file

@ -101,6 +101,4 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
} else {
return OLED_ROTATION_90;
}
}
a
}

View file

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