Skip to content

Commit

Permalink
Fix Bépo's BP_NNBS (narrow non-breaking space) (#17999)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
precondition and fauxpark authored Aug 13, 2022
1 parent e0b4fa5 commit db4c4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/keymap_extras/keymap_bepo.h
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@
#define BP_DDAG S(ALGR(BP_H)) // ‡
#define BP_FORD S(ALGR(BP_F)) // ª
// Row 5
#define BP_NNBS S(ALGR(BP_)) //   (narrow non-breaking space)
#define BP_NNBS S(ALGR(KC_SPC)) //   (narrow non-breaking space)

0 comments on commit db4c4b1

Please sign in to comment.