Skip to content

Commit

Permalink
Fix Belgian sendstring properly (qmk#10444)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Sep 26, 2020
1 parent 603c8d1 commit b6f9ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/sendstring_belgian.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b6f9ca3

Please sign in to comment.