diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-07-24 21:57:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-24 21:57:38 -0400 |
| commit | 41f15d8c346d41c47b992d430c9515a1ee0a4f9a (patch) | |
| tree | 6fe1257724be5c1c8523ec205d7846842f21636e | |
| parent | 46f84157ce1a22be227b68bebe5b80220870e092 (diff) | |
| parent | 7b4d30ee50aa534a973473c715924964991739f0 (diff) | |
| download | qmk_firmware-41f15d8c346d41c47b992d430c9515a1ee0a4f9a.tar.gz qmk_firmware-41f15d8c346d41c47b992d430c9515a1ee0a4f9a.zip | |
Merge pull request #550 from Darthabel/fix_bepo
Fix some errors in bepo mapping
| -rw-r--r-- | quantum/keymap_extras/keymap_bepo.h | 4 |
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 @@ | |||
| 118 | // Fourth row | 118 | // Fourth row |
| 119 | #define BP_COLON LSFT(BP_DOT) // : | 119 | #define BP_COLON LSFT(BP_DOT) // : |
| 120 | #define BP_COLN BP_COLON | 120 | #define BP_COLN BP_COLON |
| 121 | #define BP_QUESTION LSFT(BP_QUOTE) // ? | 121 | #define BP_QUESTION LSFT(BP_APOS) // ? |
| 122 | #define BP_QEST BP_QUESTION | 122 | #define BP_QEST BP_QUESTION |
| 123 | 123 | ||
| 124 | // Space bar | 124 | // Space bar |
| @@ -183,7 +183,7 @@ | |||
| 183 | // Third row | 183 | // Third row |
| 184 | #define BP_AE_LIGATURE ALTGR(BP_A) // æ | 184 | #define BP_AE_LIGATURE ALTGR(BP_A) // æ |
| 185 | #define BP_AE BP_AE_LIGATURE | 185 | #define BP_AE BP_AE_LIGATURE |
| 186 | #define BP_U_GRAVE AGR(BP_U) // ù | 186 | #define BP_U_GRAVE ALTGR(BP_U) // ù |
| 187 | #define BP_UGRV BP_U_GRAVE | 187 | #define BP_UGRV BP_U_GRAVE |
| 188 | #define BP_DEAD_TREMA ALTGR(BP_I) // dead ¨ (trema/umlaut/diaresis) | 188 | #define BP_DEAD_TREMA ALTGR(BP_I) // dead ¨ (trema/umlaut/diaresis) |
| 189 | #define BP_DTRM BP_DEAD_TREMA | 189 | #define BP_DTRM BP_DEAD_TREMA |
