summaryrefslogtreecommitdiffstats
path: root/users/rmeli/keyrecords/unicode.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-06-02 02:25:08 +1000
committerGitHub <noreply@github.com>2023-06-01 17:25:08 +0100
commita4ed6ad0f5ccbbf1b497dc03ba64820bdaaa8957 (patch)
tree72ff0bd7c826424771d92709abab5fe43e7bcda1 /users/rmeli/keyrecords/unicode.h
parent45c9bc4e551fe8014d9f0674b95b3422de16408f (diff)
Unicodemap keycodes rename (#21092)
Diffstat (limited to 'users/rmeli/keyrecords/unicode.h')
-rw-r--r--users/rmeli/keyrecords/unicode.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/users/rmeli/keyrecords/unicode.h b/users/rmeli/keyrecords/unicode.h
index c3ba96d5b6..63c355415e 100644
--- a/users/rmeli/keyrecords/unicode.h
+++ b/users/rmeli/keyrecords/unicode.h
@@ -74,13 +74,13 @@ const uint32_t unicode_map[] PROGMEM = {
};
// Accents
-#define A_GRV XP(aGRV, AGRV)
-#define A_UML XP(aUML, AUML)
-#define E_GRV XP(eGRV, EGRV)
-#define E_ACT XP(eACT, EACT)
-#define I_GRV XP(iGRV, IGRV)
-#define I_CIR XP(iCIR, ICIR)
-#define O_GRV XP(oGRV, OGRV)
-#define O_UML XP(oUML, OUML)
-#define U_GRV XP(uGRV, UGRV)
-#define U_UML XP(uUML, UUML)
+#define A_GRV UP(aGRV, AGRV)
+#define A_UML UP(aUML, AUML)
+#define E_GRV UP(eGRV, EGRV)
+#define E_ACT UP(eACT, EACT)
+#define I_GRV UP(iGRV, IGRV)
+#define I_CIR UP(iCIR, ICIR)
+#define O_GRV UP(oGRV, OGRV)
+#define O_UML UP(oUML, OUML)
+#define U_GRV UP(uGRV, UGRV)
+#define U_UML UP(uUML, UUML)