diff options
Diffstat (limited to 'users/drashna/oled/drashna_font.h')
-rw-r--r-- | users/drashna/oled/drashna_font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/users/drashna/oled/drashna_font.h b/users/drashna/oled/drashna_font.h index 844292a53..7ba03c4c1 100644 --- a/users/drashna/oled/drashna_font.h +++ b/users/drashna/oled/drashna_font.h | |||
@@ -3,8 +3,8 @@ | |||
3 | // additional fonts from | 3 | // additional fonts from |
4 | // https://github.com/datacute/TinyOLED-Fonts | 4 | // https://github.com/datacute/TinyOLED-Fonts |
5 | 5 | ||
6 | #if __has_include("../../../../Documents/qmk/oled_font.h") | 6 | #if __has_include("oled_font.h") |
7 | # include "../../../../Documents/qmk/oled_font.h" | 7 | # include "oled_font.h" |
8 | #else | 8 | #else |
9 | 9 | ||
10 | // additional fonts from | 10 | // additional fonts from |