mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-04 12:55:44 +00:00
Update OLED_FONT_H
Update to fix a compilation error caused by changing the "vendor" directory on the initial bring-up. (Source repository uses `keyboards/keyball/`, but this branch uses `keyboards/yowkees/`.) ``` Compiling: drivers/oled/oled_driver.c drivers/oled/oled_driver.c:27:21: fatal error: keyboards/keyball/lib/logofont/logofont.c: No such file or directory compilation terminated. [ERRORS] | | | gmake: *** [builddefs/common_rules.mk:373: .build/obj_yowkees_keyball39_default/oled_driver.o] Error 1 gmake: *** Waiting for unfinished jobs.... ```
This commit is contained in:
parent
ee7a826d3a
commit
1a520b5890
@ -65,7 +65,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#endif
|
||||
|
||||
#ifndef OLED_FONT_H
|
||||
# define OLED_FONT_H "keyboards/keyball/lib/logofont/logofont.c"
|
||||
# define OLED_FONT_H "../lib/logofont/logofont.c"
|
||||
# define OLED_FONT_START 32
|
||||
# define OLED_FONT_END 195
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user