Skip to content

Commit

Permalink
Try to fix backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
lapin committed Feb 18, 2024
1 parent 3131f48 commit ab0ea39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/keymap_belgian.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
#define BE_RBRC RA(BE_DLR) // ]
#define BE_ACUT RA(BE_UGRV) // ´ (dead)
#define BE_GRV RA(BE_MICR) // ` (dead)
#define BE_BSLS RA(BE_LABK) // (backslash)
#define BE_BSLS RA(NON_US_BSLH) // (backslash)
#define BE_TILD RA(BE_EQL) // ~
#define BE_LESS NON_US_BSLH // <
#define BE_GREAT LS(NON_US_BSLH) // >

0 comments on commit ab0ea39

Please sign in to comment.