diff options
| author | Ryan <fauxpark@gmail.com> | 2020-03-17 01:31:48 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-16 14:31:48 +0000 |
| commit | 7fe4097792e779cc4c74fc6152740fcf91682c15 (patch) | |
| tree | e7748976d8f92aaaf94c8523621e3d8f47776b1a /quantum/keymap_extras/sendstring_german.h | |
| parent | 652f4492d3f02f330fc0b4a1476c07821f3c0cd9 (diff) | |
| download | qmk_firmware-7fe4097792e779cc4c74fc6152740fcf91682c15.tar.gz qmk_firmware-7fe4097792e779cc4c74fc6152740fcf91682c15.zip | |
Update German keymap and sendstring LUT (#8437)
Diffstat (limited to 'quantum/keymap_extras/sendstring_german.h')
| -rw-r--r-- | quantum/keymap_extras/sendstring_german.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/keymap_extras/sendstring_german.h b/quantum/keymap_extras/sendstring_german.h index 1bbdcce2c..3445a0e5f 100644 --- a/quantum/keymap_extras/sendstring_german.h +++ b/quantum/keymap_extras/sendstring_german.h | |||
| @@ -40,7 +40,7 @@ const uint8_t ascii_to_shift_lut[16] PROGMEM = { | |||
| 40 | KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0), | 40 | KCLUT_ENTRY(1, 0, 0, 0, 0, 0, 0, 0), |
| 41 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 41 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), |
| 42 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 42 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), |
| 43 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 43 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0) |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | const uint8_t ascii_to_altgr_lut[16] PROGMEM = { | 46 | const uint8_t ascii_to_altgr_lut[16] PROGMEM = { |
| @@ -60,7 +60,7 @@ const uint8_t ascii_to_altgr_lut[16] PROGMEM = { | |||
| 60 | KCLUT_ENTRY(0, 0, 0, 0, 0, 0, 0, 0), | 60 | KCLUT_ENTRY(0, 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), |
| 63 | KCLUT_ENTRY(0, 0, 0, 1, 1, 1, 1, 0), | 63 | KCLUT_ENTRY(0, 0, 0, 1, 1, 1, 1, 0) |
| 64 | }; | 64 | }; |
| 65 | 65 | ||
| 66 | const uint8_t ascii_to_keycode_lut[128] PROGMEM = { | 66 | const uint8_t ascii_to_keycode_lut[128] PROGMEM = { |
| @@ -80,7 +80,7 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = { | |||
| 80 | // 0 1 2 3 4 5 6 7 | 80 | // 0 1 2 3 4 5 6 7 |
| 81 | DE_0, DE_1, DE_2, DE_3, DE_4, DE_5, DE_6, DE_7, | 81 | DE_0, DE_1, DE_2, DE_3, DE_4, DE_5, DE_6, DE_7, |
| 82 | // 8 9 : ; < = > ? | 82 | // 8 9 : ; < = > ? |
| 83 | DE_8, DE_9, DE_DOT, DE_COMM, DE_LESS, DE_0, DE_LESS, DE_SS, | 83 | DE_8, DE_9, DE_DOT, DE_COMM, DE_LABK, DE_0, DE_LABK, DE_SS, |
| 84 | // @ A B C D E F G | 84 | // @ A B C D E F G |
| 85 | DE_Q, DE_A, DE_B, DE_C, DE_D, DE_E, DE_F, DE_G, | 85 | DE_Q, DE_A, DE_B, DE_C, DE_D, DE_E, DE_F, DE_G, |
| 86 | // H I J K L M N O | 86 | // H I J K L M N O |
| @@ -96,5 +96,5 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = { | |||
| 96 | // p q r s t u v w | 96 | // p q r s t u v w |
| 97 | DE_P, DE_Q, DE_R, DE_S, DE_T, DE_U, DE_V, DE_W, | 97 | DE_P, DE_Q, DE_R, DE_S, DE_T, DE_U, DE_V, DE_W, |
| 98 | // x y z { | } ~ DEL | 98 | // x y z { | } ~ DEL |
| 99 | DE_X, DE_Y, DE_Z, DE_7, DE_LESS, DE_0, DE_PLUS, KC_DEL | 99 | DE_X, DE_Y, DE_Z, DE_7, DE_LABK, DE_0, DE_PLUS, KC_DEL |
| 100 | }; | 100 | }; |
