Browse Source

[Keymap] Fix OLED font path in default Rhymestone keymap (#16197)

pull/16223/head
jack 2 years ago
committed by GitHub
parent
commit
16d53fa1c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/marksard/rhymestone/keymaps/default/config.h

+ 1
- 1
keyboards/marksard/rhymestone/keymaps/default/config.h View File

@ -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"

Loading…
Cancel
Save