diff options
| author | Jack Humbert <jack.humb@gmail.com> | 2016-02-27 09:31:34 -0500 |
|---|---|---|
| committer | Jack Humbert <jack.humb@gmail.com> | 2016-02-27 09:31:34 -0500 |
| commit | 93c9d2bc9f5b670c168671c85aa69806528c98bd (patch) | |
| tree | 5d5657390e4b72bf82237890f51f79a032b0a33b | |
| parent | 11c591c30dc8743b1980f6f639f26cbe250181e7 (diff) | |
| parent | 4a19cc054dc7aeb0a35613d608143bf51fa791cc (diff) | |
| download | qmk_firmware-93c9d2bc9f5b670c168671c85aa69806528c98bd.tar.gz qmk_firmware-93c9d2bc9f5b670c168671c85aa69806528c98bd.zip | |
Merge pull request #166 from kletord/fix_french_keymap
Fix FR_RCBR declaration in keymap_french.h
| -rw-r--r-- | quantum/keymap_extras/keymap_french.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_french.h b/quantum/keymap_extras/keymap_french.h index ccfaed8f0..e03a121a2 100644 --- a/quantum/keymap_extras/keymap_french.h +++ b/quantum/keymap_extras/keymap_french.h | |||
| @@ -75,7 +75,7 @@ | |||
| 75 | #define FR_CIRC ALGR(KC_9) | 75 | #define FR_CIRC ALGR(KC_9) |
| 76 | #define FR_AT ALGR(KC_0) | 76 | #define FR_AT ALGR(KC_0) |
| 77 | #define FR_RBRC ALGR(FR_RPRN) | 77 | #define FR_RBRC ALGR(FR_RPRN) |
| 78 | #define FR_LCBR ALGR(FR_EQL) | 78 | #define FR_RCBR ALGR(FR_EQL) |
| 79 | 79 | ||
| 80 | #define FR_EURO ALGR(KC_E) | 80 | #define FR_EURO ALGR(KC_E) |
| 81 | #define FR_BULT ALGR(FR_DLR) | 81 | #define FR_BULT ALGR(FR_DLR) |
