diff options
author | precondition <57645186+precondition@users.noreply.github.com> | 2023-04-20 17:07:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-20 16:07:04 +0100 |
commit | c3ae5c10762d7e38f8d2f490ff6f494084da8917 (patch) | |
tree | 7e1febc5fec75d21e27206a0e999329b6b89367d /quantum/keymap_extras | |
parent | 967ff75115bcc3535736b72813f55acd8c2cab99 (diff) |
Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue #20080) (#20515)
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r-- | quantum/keymap_extras/sendstring_swiss_fr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/keymap_extras/sendstring_swiss_fr.h b/quantum/keymap_extras/sendstring_swiss_fr.h index 665be6d7b4..7d04cc539a 100644 --- a/quantum/keymap_extras/sendstring_swiss_fr.h +++ b/quantum/keymap_extras/sendstring_swiss_fr.h @@ -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), |