Skip to content

Commit

Permalink
Correct the Turkish F '?' keycode (TR_QUES) (qmk#14740)
Browse files Browse the repository at this point in the history
define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
  • Loading branch information
precondition authored Oct 7, 2021
1 parent 6aeed3e commit f43826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_turkish_f.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) // >
Expand Down

0 comments on commit f43826c

Please sign in to comment.