summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz65rgb
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-01-01 00:54:12 +0000
committerGitHub <noreply@github.com>2023-01-01 11:54:12 +1100
commitd0ebafaea6847926e6391a6920821bcb17b3c39c (patch)
tree9e4f1b2cd70d1639a8064b95bf858daeb14b61b9 /keyboards/dztech/dz65rgb
parent4704a4e0532b45af61cc0e804df2442d071a422a (diff)
Align definition of unicode_map (#19452)
Diffstat (limited to 'keyboards/dztech/dz65rgb')
-rw-r--r--keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c b/keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c
index 8bc5edf937..4a6936b112 100644
--- a/keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c
+++ b/keyboards/dztech/dz65rgb/keymaps/catrielmuller/keymap.c
@@ -86,7 +86,7 @@ enum unicode_names {
UC_THUMBSUP, // 👎
};
-const uint32_t PROGMEM unicode_map[] = {
+const uint32_t unicode_map[] PROGMEM = {
[UC_GRINNING_FACE] = 0x1F603,
[UC_BEAMING_FACE] = 0x1F601,
[UC_GRINNING_FACE_WITH_SWEAT] = 0x1F605,