Skip to content

Commit

Permalink
Fix inverted gt and lt send_string mapping in canadian multilingual (#…
Browse files Browse the repository at this point in the history
…15487)

Co-authored-by: Ryan <[email protected]>
Co-authored-by: Billy Braga <[email protected]>
  • Loading branch information
3 people authored Dec 16, 2021
1 parent ce8c1ba commit f383d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/sendstring_canadian_multilingual.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = {
// 0 1 2 3 4 5 6 7
CA_0, CA_1, CA_2, CA_3, CA_4, CA_5, CA_6, CA_7,
// 8 9 : ; < = > ?
CA_8, CA_9, CA_SCLN, CA_SCLN, CA_DOT, CA_EQL, CA_COMM, CA_6,
CA_8, CA_9, CA_SCLN, CA_SCLN, CA_COMM, CA_EQL, CA_DOT, CA_6,
// @ A B C D E F G
CA_2, CA_A, CA_B, CA_C, CA_D, CA_E, CA_F, CA_G,
// H I J K L M N O
Expand Down

0 comments on commit f383d3d

Please sign in to comment.