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
|
@ -101,6 +101,4 @@ oled_rotation_t oled_init_user(oled_rotation_t rotation) {
|
||||||
} else {
|
} else {
|
||||||
return OLED_ROTATION_90;
|
return OLED_ROTATION_90;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a
|
|
|
@ -61,7 +61,7 @@ ifeq ($(strip $(OLED_ENABLE)), yes)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
|
ifeq ($(strip $(ENCODER_MAP_ENABLE)), yes)
|
||||||
SRC += features/encoders.c
|
SRC += features/encoder.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
ifeq ($(strip $(COMBO_ENABLE)), yes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue