diff options
author | Joel Challis <git@zvecr.com> | 2023-01-01 00:54:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-01 11:54:12 +1100 |
commit | d0ebafaea6847926e6391a6920821bcb17b3c39c (patch) | |
tree | 9e4f1b2cd70d1639a8064b95bf858daeb14b61b9 /layouts/community/60_iso | |
parent | 4704a4e0532b45af61cc0e804df2442d071a422a (diff) |
Align definition of unicode_map (#19452)
Diffstat (limited to 'layouts/community/60_iso')
-rwxr-xr-x | layouts/community/60_iso/bifbofii/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/community/60_iso/bifbofii/keymap.c b/layouts/community/60_iso/bifbofii/keymap.c index f335bd3289..d9d7383c3d 100755 --- a/layouts/community/60_iso/bifbofii/keymap.c +++ b/layouts/community/60_iso/bifbofii/keymap.c @@ -21,7 +21,7 @@ enum unicode_names { SAE, BAE, SUE, BUE, SOE, BOE, SS, EUR, CPR }; /* Unicode map */ -const uint32_t PROGMEM unicode_map[] = { +const uint32_t unicode_map[] PROGMEM = { [SAE] = 0x00E4, // ä [BAE] = 0x00C4, // Ä [SUE] = 0x00FC, // ü |