Skip to content

Commit

Permalink
Fix Czech sendstring LUT (qmk#19193)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Nov 29, 2022
1 parent 9ddb016 commit 8a8000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/sendstring_czech.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = {
// ! " # $ % & '
KC_SPC, CZ_SECT, CZ_URNG, CZ_X, CZ_URNG, CZ_EQL, CZ_C, CZ_DIAE,
// ( ) * + , - . /
CZ_LPRN, CZ_LPRN, CZ_MINS, CZ_PLUS, CZ_COMM, CZ_MINS, CZ_DOT, CZ_UACU,
CZ_RPRN, CZ_RPRN, CZ_MINS, CZ_PLUS, CZ_COMM, CZ_MINS, CZ_DOT, CZ_UACU,
// 0 1 2 3 4 5 6 7
CZ_EACU, CZ_PLUS, CZ_ECAR, CZ_SCAR, CZ_CCAR, CZ_RCAR, CZ_ZCAR, CZ_YACU,
// 8 9 : ; < = > ?
Expand Down

0 comments on commit 8a8000b

Please sign in to comment.