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 /keyboards/reviung | |
parent | 4704a4e0532b45af61cc0e804df2442d071a422a (diff) |
Align definition of unicode_map (#19452)
Diffstat (limited to 'keyboards/reviung')
-rw-r--r-- | keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c b/keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c index 7bfa16e8f4..d6962664b1 100644 --- a/keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c +++ b/keyboards/reviung/reviung41/keymaps/ciutadellla/keymap.c @@ -80,7 +80,7 @@ }; //https://unicode-table.com/en/#00F1 - const uint32_t PROGMEM unicode_map[] = { + const uint32_t unicode_map[] PROGMEM = { [CKC_EUR] = 0x20AC, //€ [N_TILDE] = 0x00F1, // ñ [COMB_ACUTE_ACCENT] = 0x0301, // ´ |