diff options
| author | jack <59737601+waffle87@users.noreply.github.com> | 2022-02-04 14:19:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-04 13:19:46 -0800 |
| commit | 16d53fa1c7880823788acfc578fb1cb93c0ec477 (patch) | |
| tree | b44b7349ea30cfa7f8ae436406a057f95c92abfb | |
| parent | c067d374d7ff0a30b6b729657a1a83cca9e1e42a (diff) | |
| download | qmk_firmware-16d53fa1c7880823788acfc578fb1cb93c0ec477.tar.gz qmk_firmware-16d53fa1c7880823788acfc578fb1cb93c0ec477.zip | |
[Keymap] Fix OLED font path in default Rhymestone keymap (#16197)
| -rw-r--r-- | keyboards/marksard/rhymestone/keymaps/default/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/marksard/rhymestone/keymaps/default/config.h b/keyboards/marksard/rhymestone/keymaps/default/config.h index 95f2d039b..224ec5351 100644 --- a/keyboards/marksard/rhymestone/keymaps/default/config.h +++ b/keyboards/marksard/rhymestone/keymaps/default/config.h | |||
| @@ -24,4 +24,4 @@ | |||
| 24 | // If you plug in the USB on the right side, please enable MASTER_RIGHT | 24 | // If you plug in the USB on the right side, please enable MASTER_RIGHT |
| 25 | // #define MASTER_RIGHT | 25 | // #define MASTER_RIGHT |
| 26 | 26 | ||
| 27 | #define OLED_FONT_H "keyboards/rhymestone/common/glcdfont.c" | 27 | #define OLED_FONT_H "keyboards/marksard/rhymestone/common/glcdfont.c" |
