diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-31 21:23:49 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-31 21:23:49 +0000 |
commit | ea96799970482912348267bf96be248cfe175176 (patch) | |
tree | cfc6b3c2194a058f6e6e64047263418e61683892 /docs | |
parent | 829c7e0931cbd51485ec890cf811653d302292a2 (diff) | |
parent | 943aae85d5edfbcc7277d5ca5fc2867c4132a5e6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_unicode.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_unicode.md b/docs/feature_unicode.md index 1ea411191e..455596dab5 100644 --- a/docs/feature_unicode.md +++ b/docs/feature_unicode.md @@ -51,7 +51,7 @@ enum unicode_names { SNEK }; -const uint32_t PROGMEM unicode_map[] = { +const uint32_t unicode_map[] PROGMEM = { [BANG] = 0x203D, // ‽ [IRONY] = 0x2E2E, // ⸮ [SNEK] = 0x1F40D, // 🐍 |