diff options
author | Yoichiro Tanaka <yoichiro6642@gmail.com> | 2021-12-16 14:59:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 16:59:04 +1100 |
commit | 231cd7a39fe91f31fadee94cf30c80d2587ca9fc (patch) | |
tree | 05c8eb2061d07ab35f2046366b751031e2753af5 /quantum/keymap_extras/keymap_lithuanian_azerty.h | |
parent | aed64aaef4724c01a30b1815c0c910ca8b1a5e43 (diff) | |
download | qmk_firmware-231cd7a39fe91f31fadee94cf30c80d2587ca9fc.tar.gz qmk_firmware-231cd7a39fe91f31fadee94cf30c80d2587ca9fc.zip |
Fix some wrong keycode macros in locale mapping files (#15488)
Diffstat (limited to 'quantum/keymap_extras/keymap_lithuanian_azerty.h')
-rw-r--r-- | quantum/keymap_extras/keymap_lithuanian_azerty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_lithuanian_azerty.h b/quantum/keymap_extras/keymap_lithuanian_azerty.h index 8ca38129e..6f47b1670 100644 --- a/quantum/keymap_extras/keymap_lithuanian_azerty.h +++ b/quantum/keymap_extras/keymap_lithuanian_azerty.h | |||
@@ -138,7 +138,7 @@ | |||
138 | #define LT_CIRC ALGR(LT_COMM) // ^ | 138 | #define LT_CIRC ALGR(LT_COMM) // ^ |
139 | #define LT_AMPR ALGR(LT_DOT) // & | 139 | #define LT_AMPR ALGR(LT_DOT) // & |
140 | #define LT_ASTR ALGR(LT_EQL) // * | 140 | #define LT_ASTR ALGR(LT_EQL) // * |
141 | #define LT_LBRC ALGR(LT_LRPN) // [ | 141 | #define LT_LBRC ALGR(LT_LPRN) // [ |
142 | #define LT_RBRC ALGR(LT_RPRN) // ] | 142 | #define LT_RBRC ALGR(LT_RPRN) // ] |
143 | #define LT_QUOT ALGR(LT_QUES) // ' | 143 | #define LT_QUOT ALGR(LT_QUES) // ' |
144 | #define LT_PERC ALGR(LT_X) // % | 144 | #define LT_PERC ALGR(LT_X) // % |