mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-06 19:55:34 -04:00
fixing more typos
- rules.mk named the encoder file wrong - extra characters in oled.c
This commit is contained in:
parent
8e29b0b71a
commit
02381c18aa
2 changed files with 2 additions and 4 deletions
|
@ -102,5 +102,3 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
|
|||
return OLED_ROTATION_90;
|
||||
}
|
||||
}
|
||||
|
||||
a
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue