diff options
| author | Joel Challis | 2023-01-01 01:54:12 +0100 |
|---|---|---|
| committer | GitHub | 2023-01-01 01:54:12 +0100 |
| commit | d0ebafaea6847926e6391a6920821bcb17b3c39c (patch) | |
| tree | 9e4f1b2cd70d1639a8064b95bf858daeb14b61b9 /users/klackygears | |
| parent | 4704a4e0532b45af61cc0e804df2442d071a422a (diff) | |
Align definition of unicode_map (#19452)
Diffstat (limited to 'users/klackygears')
| -rw-r--r-- | users/klackygears/klackygears.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/klackygears/klackygears.h b/users/klackygears/klackygears.h index 69f3279e2f..c131d46428 100644 --- a/users/klackygears/klackygears.h +++ b/users/klackygears/klackygears.h @@ -53,7 +53,7 @@ enum unicode_names { SNEK, }; -const uint32_t PROGMEM unicode_map[] = { +const uint32_t unicode_map[] PROGMEM = { [BANG] = 0x203D, // ‽ [IRONY] = 0x2E2E, // ⸮ [SNEK] = 0x1F40D, // 🐍 |