Skip to content

Commit

Permalink
Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Apr 20, 2023
1 parent 967ff75 commit 61b13f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions quantum/keymap_extras/sendstring_swiss_fr.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ const uint8_t ascii_to_shift_lut[16] PROGMEM = {
KCLUT_ENTRY(1, 1, 1, 1, 0, 0, 0, 1),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0),
KCLUT_ENTRY(0, 0, 1, 1, 0, 1, 1, 1),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 1),
KCLUT_ENTRY(0, 1, 1, 1, 1, 1, 1, 1),
KCLUT_ENTRY(1, 1, 1, 1, 1, 1, 1, 1),
KCLUT_ENTRY(1, 1, 1, 1, 1, 1, 1, 1),
KCLUT_ENTRY(1, 1, 1, 0, 0, 0, 0, 1),
KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0),
KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0),
Expand Down

0 comments on commit 61b13f0

Please sign in to comment.