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 | |
parent | 603c8d1f060873114fe6418216bf4ff9ef5029f9 (diff) | |
download | qmk_firmware-b6f9ca3b0970cbe84a434b4cfe972d97aa432547.tar.gz qmk_firmware-b6f9ca3b0970cbe84a434b4cfe972d97aa432547.zip |
Fix Belgian sendstring properly (#10444)
Diffstat (limited to 'quantum')
-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 c537a361be..5e7218a2fa 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 = { // P Q R S T U V W BE_P, BE_Q, BE_R, BE_S, BE_T, BE_U, BE_V, BE_W, // X Y Z [ \ ] ^ _ - BE_X, BE_Y, BE_Z, BE_SECT, BE_LABK, BE_DLR, BE_SECT, BE_MINS, + BE_X, BE_Y, BE_Z, BE_DCIR, BE_LABK, BE_DLR, BE_SECT, BE_MINS, // ` a b c d e f g BE_MICR, BE_A, BE_B, BE_C, BE_D, BE_E, BE_F, BE_G, // h i j k l m n o |