diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2021-10-07 16:01:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 15:01:50 +0100 |
commit | 0d72438ad6e422bc68cd1ce5aa92735d8d6993d1 (patch) | |
tree | de6daf8e21198be58b984c975ee2b5bc414404f6 /quantum | |
parent | 51665b1fffc2ff856929857e6b4a28483b7029bc (diff) |
Correct the Turkish F '?' keycode (TR_QUES) (#14740)
define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/keymap_extras/keymap_turkish_f.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_turkish_f.h b/quantum/keymap_extras/keymap_turkish_f.h index 226f8cbeb0..f86ef21546 100644 --- a/quantum/keymap_extras/keymap_turkish_f.h +++ b/quantum/keymap_extras/keymap_turkish_f.h @@ -111,7 +111,7 @@ #define TR_LPRN S(TR_8) // ( #define TR_RPRN S(TR_9) // ) #define TR_EQL S(TR_0) // = -#define TR_QUES S(TR_ASTR) // ? +#define TR_QUES S(TR_SLSH) // ? #define TR_UNDS S(TR_MINS) // _ // Row 4 #define TR_RABK S(TR_LABK) // > |