summaryrefslogtreecommitdiffstats
path: root/quantum
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-25 03:57:38 +0200
committerGitHub <noreply@github.com>2016-07-25 03:57:38 +0200
commit41f15d8c346d41c47b992d430c9515a1ee0a4f9a (patch)
tree6fe1257724be5c1c8523ec205d7846842f21636e /quantum
parent46f84157ce1a22be227b68bebe5b80220870e092 (diff)
parent7b4d30ee50aa534a973473c715924964991739f0 (diff)
downloadqmk_firmware-41f15d8c346d41c47b992d430c9515a1ee0a4f9a.tar.gz
qmk_firmware-41f15d8c346d41c47b992d430c9515a1ee0a4f9a.tar.xz
Merge pull request #550 from Darthabel/fix_bepo
Fix some errors in bepo mapping
Diffstat (limited to 'quantum')
-rw-r--r--quantum/keymap_extras/keymap_bepo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/keymap_extras/keymap_bepo.h b/quantum/keymap_extras/keymap_bepo.h
index 4c3096054..e5ef39552 100644
--- a/quantum/keymap_extras/keymap_bepo.h
+++ b/quantum/keymap_extras/keymap_bepo.h
@@ -118,7 +118,7 @@
// Fourth row
#define BP_COLON LSFT(BP_DOT) // :
#define BP_COLN BP_COLON
-#define BP_QUESTION LSFT(BP_QUOTE) // ?
+#define BP_QUESTION LSFT(BP_APOS) // ?
#define BP_QEST BP_QUESTION
// Space bar
@@ -183,7 +183,7 @@
// Third row
#define BP_AE_LIGATURE ALTGR(BP_A) // æ
#define BP_AE BP_AE_LIGATURE
-#define BP_U_GRAVE AGR(BP_U) // ù
+#define BP_U_GRAVE ALTGR(BP_U) // ù
#define BP_UGRV BP_U_GRAVE
#define BP_DEAD_TREMA ALTGR(BP_I) // dead ¨ (trema/umlaut/diaresis)
#define BP_DTRM BP_DEAD_TREMA