Skip to content

Commit

Permalink
Adapt to unicode refactoring (#18345)
Browse files Browse the repository at this point in the history
  • Loading branch information
spidey3 committed Sep 12, 2022
1 parent 55c637f commit 7c49b8c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion users/spidey3/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ ifeq ($(strip $(RGBLIGHT_ENABLE)), yes)
SRC += layer_rgb.c
endif
ifeq ($(strip $(UNICODEMAP_ENABLE)), yes)
SRC += unicode.c
SRC += spidey3_unicode.c
endif
2 changes: 1 addition & 1 deletion users/spidey3/spidey3.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include QMK_KEYBOARD_H

#ifdef UNICODEMAP_ENABLE
# include "unicode.h"
# include "spidey3_unicode.h"
#endif

enum userspace_layers {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: GPL-2.0-or-later


#include "unicode.h"
#include "spidey3_unicode.h"

const uint32_t PROGMEM unicode_map[] = {
[BUL1] = 0x2022, // •
Expand Down
File renamed without changes.

0 comments on commit 7c49b8c

Please sign in to comment.