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 /keyboards/marksard/rhymestone/keymaps/default/config.h | |
parent | c067d374d7ff0a30b6b729657a1a83cca9e1e42a (diff) |
[Keymap] Fix OLED font path in default Rhymestone keymap (#16197)
Diffstat (limited to 'keyboards/marksard/rhymestone/keymaps/default/config.h')
-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 95f2d039b2..224ec53519 100644 --- a/keyboards/marksard/rhymestone/keymaps/default/config.h +++ b/keyboards/marksard/rhymestone/keymaps/default/config.h @@ -24,4 +24,4 @@ // If you plug in the USB on the right side, please enable MASTER_RIGHT // #define MASTER_RIGHT -#define OLED_FONT_H "keyboards/rhymestone/common/glcdfont.c" +#define OLED_FONT_H "keyboards/marksard/rhymestone/common/glcdfont.c" |