forked from mirrors/qmk_firmware
Fix Bépo's BP_NNBS (narrow non-breaking space) (#17999)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
e0b4fa512e
commit
db4c4b1f78
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue