summaryrefslogtreecommitdiff
path: root/quantum/keymap_extras
diff options
context:
space:
mode:
authorprecondition <57645186+precondition@users.noreply.github.com>2022-08-13 04:13:22 +0200
committerGitHub <noreply@github.com>2022-08-12 19:13:22 -0700
commitdb4c4b1f7868a99c094ee277f7b17ffffe2fea7b (patch)
treeccc3a569f432ae16f95c1770ac9733531d5e123d /quantum/keymap_extras
parente0b4fa512e3db9f75af5000982af4402aaef9d58 (diff)
Fix Bépo's BP_NNBS (narrow non-breaking space) (#17999)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r--quantum/keymap_extras/keymap_bepo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_bepo.h b/quantum/keymap_extras/keymap_bepo.h
index 72d5b81f32..6361823242 100644
--- a/quantum/keymap_extras/keymap_bepo.h
+++ b/quantum/keymap_extras/keymap_bepo.h
@@ -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)