diff options
author | Víctor <bigtor@bigtor-pc.casa> | 2017-06-12 21:02:30 +0200 |
---|---|---|
committer | Víctor <bigtor@bigtor-pc.casa> | 2017-06-12 21:44:40 +0200 |
commit | 21fa16651c500ac3f91231ae5dd2749b739b401b (patch) | |
tree | c1e8e0eaf058bc08e7ee9b769c746f1fed41f4b4 /quantum/keymap_extras | |
parent | 2c404cca1222fe2ceee0975605dcfc53f1e57262 (diff) |
Rename ES_RCRB to ES_RCBR for consistency reasons (left curly bracket is defined as ES_LCBR)
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r-- | quantum/keymap_extras/keymap_spanish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/keymap_extras/keymap_spanish.h b/quantum/keymap_extras/keymap_spanish.h index e859001e8c..224db7be16 100644 --- a/quantum/keymap_extras/keymap_spanish.h +++ b/quantum/keymap_extras/keymap_spanish.h @@ -72,6 +72,6 @@ #define ES_RBRC ALGR(ES_PLUS) #define ES_LCBR ALGR(ES_ACUT) -#define ES_RCRB ALGR(ES_CCED) +#define ES_RCBR ALGR(ES_CCED) #endif |