Skip to content

Commit

Permalink
Fix some errors in bepo mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicianVivi committed Jul 24, 2016
1 parent 8e1d969 commit 7b4d30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_bepo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b4d30e

Please sign in to comment.