diff options
| author | Dasky | 2024-07-21 02:53:11 +0200 |
|---|---|---|
| committer | Dasky | 2024-07-21 02:53:11 +0200 |
| commit | cced3ee6225f0eebaa8b0a1d9e18231bb334f352 (patch) | |
| tree | 1435a8da869c1829a32625628c15110444ae3eec | |
| parent | 4e20740efa14f7f81b2ec6e5994bf79631abfb7f (diff) | |
Fix incorrect conflict resolution
| -rw-r--r-- | keyboards/dailycraft/claw44/keymaps/oled/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dailycraft/claw44/keymaps/oled/config.h b/keyboards/dailycraft/claw44/keymaps/oled/config.h index f4a508ed1a..bafb8239cf 100644 --- a/keyboards/dailycraft/claw44/keymaps/oled/config.h +++ b/keyboards/dailycraft/claw44/keymaps/oled/config.h @@ -18,4 +18,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once -#define OLED_FONT_H "keyboards/claw44/lib/glcdfont.c" +#define OLED_FONT_H "claw44/lib/glcdfont.c" |