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 /users/rmeli | |
parent | 4704a4e0532b45af61cc0e804df2442d071a422a (diff) |
Align definition of unicode_map (#19452)
Diffstat (limited to 'users/rmeli')
-rw-r--r-- | users/rmeli/keyrecords/unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/rmeli/keyrecords/unicode.h b/users/rmeli/keyrecords/unicode.h index d818af02ee..c3ba96d5b6 100644 --- a/users/rmeli/keyrecords/unicode.h +++ b/users/rmeli/keyrecords/unicode.h @@ -45,7 +45,7 @@ enum unicode_names { UUML, }; -const uint32_t PROGMEM unicode_map[] = { +const uint32_t unicode_map[] PROGMEM = { // KC_A [aGRV] = 0x00E0, // à [AGRV] = 0x00C0, // À |