diff options
author | Ryan <fauxpark@gmail.com> | 2020-09-26 14:14:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 14:14:34 +1000 |
commit | b6f9ca3b0970cbe84a434b4cfe972d97aa432547 (patch) | |
tree | dface3843543cbb4ee1e413800087f8bd0a9b938 /quantum/keymap_extras/sendstring_belgian.h | |
parent | 603c8d1f060873114fe6418216bf4ff9ef5029f9 (diff) | |
download | qmk_firmware-b6f9ca3b0970cbe84a434b4cfe972d97aa432547.tar.gz qmk_firmware-b6f9ca3b0970cbe84a434b4cfe972d97aa432547.zip |
Fix Belgian sendstring properly (#10444)
Diffstat (limited to 'quantum/keymap_extras/sendstring_belgian.h')
-rw-r--r-- | quantum/keymap_extras/sendstring_belgian.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/sendstring_belgian.h b/quantum/keymap_extras/sendstring_belgian.h index c537a361b..5e7218a2f 100644 --- a/quantum/keymap_extras/sendstring_belgian.h +++ b/quantum/keymap_extras/sendstring_belgian.h | |||
@@ -88,7 +88,7 @@ const uint8_t ascii_to_keycode_lut[128] PROGMEM = { | |||
88 | // P Q R S T U V W | 88 | // P Q R S T U V W |
89 | BE_P, BE_Q, BE_R, BE_S, BE_T, BE_U, BE_V, BE_W, | 89 | BE_P, BE_Q, BE_R, BE_S, BE_T, BE_U, BE_V, BE_W, |
90 | // X Y Z [ \ ] ^ _ | 90 | // X Y Z [ \ ] ^ _ |
91 | BE_X, BE_Y, BE_Z, BE_SECT, BE_LABK, BE_DLR, BE_SECT, BE_MINS, | 91 | BE_X, BE_Y, BE_Z, BE_DCIR, BE_LABK, BE_DLR, BE_SECT, BE_MINS, |
92 | // ` a b c d e f g | 92 | // ` a b c d e f g |
93 | BE_MICR, BE_A, BE_B, BE_C, BE_D, BE_E, BE_F, BE_G, | 93 | BE_MICR, BE_A, BE_B, BE_C, BE_D, BE_E, BE_F, BE_G, |
94 | // h i j k l m n o | 94 | // h i j k l m n o |