Browse Source

Correct the Turkish F '?' keycode (TR_QUES) (#14740)

define TR_QUES S(TR_ASTR) // ? → define TR_QUES S(TR_SLSH) // ?
pull/14749/head
precondition 2 years ago
committed by GitHub
parent
commit
0d72438ad6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/keymap_extras/keymap_turkish_f.h

+ 1
- 1
quantum/keymap_extras/keymap_turkish_f.h View File

@ -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) // >


Loading…
Cancel
Save