diff options
| author | Magne Lauritzen <mag.lauritzen@gmail.com> | 2024-01-09 10:53:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 20:53:26 +1100 |
| commit | 89b46eedd59d80c6bd53e4785e1ee0f846dd6098 (patch) | |
| tree | bbcddcaa701d349c15da05936e37e2ac3508ca59 /quantum/keymap_extras | |
| parent | 0b0c31665e7b4e5a9cd9ac3ac94b0fba10514aa3 (diff) | |
Raise Circumflex from the grave in sendstring_french.h (#22285)
Diffstat (limited to 'quantum/keymap_extras')
| -rw-r--r-- | quantum/keymap_extras/sendstring_french.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/sendstring_french.h b/quantum/keymap_extras/sendstring_french.h index 0e585ec093..238b650db3 100644 --- a/quantum/keymap_extras/sendstring_french.h +++ b/quantum/keymap_extras/sendstring_french.h | |||
| @@ -56,7 +56,7 @@ const uint8_t ascii_to_altgr_lut[16] PROGMEM = { | |||
| 56 | KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0), | 56 | KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0), |
| 57 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 57 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), |
| 58 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 58 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), |
| 59 | KCLUT_ENTRY(0, 0, 0, 1, 1, 1, 1, 0), | 59 | KCLUT_ENTRY(0, 0, 0, 1, 1, 1, 0, 0), |
| 60 | KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0), | 60 | KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0), |
| 61 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 61 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), |
| 62 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 62 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), |
| @@ -108,7 +108,7 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = { | |||
| 108 | // P Q R S T U V W | 108 | // P Q R S T U V W |
| 109 | FR_P, FR_Q, FR_R, FR_S, FR_T, FR_U, FR_V, FR_W, | 109 | FR_P, FR_Q, FR_R, FR_S, FR_T, FR_U, FR_V, FR_W, |
| 110 | // X Y Z [ \ ] ^ _ | 110 | // X Y Z [ \ ] ^ _ |
| 111 | FR_X, FR_Y, FR_Z, FR_LPRN, FR_UNDS, FR_RPRN, FR_CCED, FR_UNDS, | 111 | FR_X, FR_Y, FR_Z, FR_LPRN, FR_UNDS, FR_RPRN, FR_CIRC, FR_UNDS, |
| 112 | // ` a b c d e f g | 112 | // ` a b c d e f g |
| 113 | FR_EGRV, FR_A, FR_B, FR_C, FR_D, FR_E, FR_F, FR_G, | 113 | FR_EGRV, FR_A, FR_B, FR_C, FR_D, FR_E, FR_F, FR_G, |
| 114 | // h i j k l m n o | 114 | // h i j k l m n o |
