Skip to content

Commit 7499550

Browse files
authored
Fix Czech keycodes (#9987)
1 parent ece0249 commit 7499550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quantum/keymap_extras/keymap_czech.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
* ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┐    │
9595
* │      │   │   │   │   │   │   │   │   │   │ " │ ! │ ' │    │
9696
* ├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┴────┤
97-
* │    │ | │   │   │   │   │   │   │   │ ; │ : │ _ │          │
97+
* │    │ | │   │   │   │   │   │   │   │ ? │ : │ _ │          │
9898
* ├────┼───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤
9999
* │    │    │    │                        │    │    │    │    │
100100
* └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
@@ -122,7 +122,7 @@
122122
#define CZ_QUOT S(CZ_DIAE) // '
123123
// Row 4
124124
#define CZ_PIPE S(CZ_BSLS) // |
125-
#define CZ_SCLN S(CZ_COMM) // ;
125+
#define CZ_QUES S(CZ_COMM) // ?
126126
#define CZ_COLN S(CZ_DOT) // :
127127
#define CZ_UNDS S(CZ_MINS) // _
128128

0 commit comments

Comments
 (0)