diff options
Diffstat (limited to 'quantum')
| -rw-r--r-- | quantum/keymap_extras/sendstring_german.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/sendstring_german.h b/quantum/keymap_extras/sendstring_german.h index 1eaafee31..f20fab77d 100644 --- a/quantum/keymap_extras/sendstring_german.h +++ b/quantum/keymap_extras/sendstring_german.h | |||
| @@ -67,7 +67,7 @@ const uint8_t ascii_to_keycode_lut[0x80] PROGMEM = { | |||
| 67 | /* P Q R S T U V W */ | 67 | /* P Q R S T U V W */ |
| 68 | KC_P, KC_Q, KC_R, KC_S, KC_T, KC_U, KC_V, KC_W, | 68 | KC_P, KC_Q, KC_R, KC_S, KC_T, KC_U, KC_V, KC_W, |
| 69 | /* X Y Z [ \ ] ^ _ */ | 69 | /* X Y Z [ \ ] ^ _ */ |
| 70 | KC_X, KC_Y, KC_Z, KC_LBRC, KC_BSLS, KC_RBRC, DE_CIRC, DE_MINS, | 70 | KC_X, DE_Y, DE_Z, KC_LBRC, KC_BSLS, KC_RBRC, DE_CIRC, DE_MINS, |
| 71 | /* ` a b c d e f g */ | 71 | /* ` a b c d e f g */ |
| 72 | DE_ACUT, KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, | 72 | DE_ACUT, KC_A, KC_B, KC_C, KC_D, KC_E, KC_F, KC_G, |
| 73 | /* h i j k l m n o */ | 73 | /* h i j k l m n o */ |
| @@ -75,7 +75,7 @@ const uint8_t ascii_to_keycode_lut[0x80] PROGMEM = { | |||
| 75 | /* p q r s t u v w */ | 75 | /* p q r s t u v w */ |
| 76 | KC_P, KC_Q, KC_R, KC_S, KC_T, KC_U, KC_V, KC_W, | 76 | KC_P, KC_Q, KC_R, KC_S, KC_T, KC_U, KC_V, KC_W, |
| 77 | /* x y z { | } ~ DELETE */ | 77 | /* x y z { | } ~ DELETE */ |
| 78 | KC_X, KC_Y, KC_Z, KC_LBRC, KC_BSLS, KC_RBRC, KC_GRV, KC_DEL | 78 | KC_X, DE_Y, DE_Z, KC_LBRC, KC_BSLS, KC_RBRC, KC_GRV, KC_DEL |
| 79 | }; | 79 | }; |
| 80 | 80 | ||
| 81 | #endif | 81 | #endif |
