logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 4afbade6d122183920a888c8e6e1de4581e657fa
parent 551489645a13f7e7c2d73b3086718016cb386df2
Author: JuanoD <3674588+JuanoD@users.noreply.github.com>
Date:   Fri, 22 Mar 2024 18:30:30 -0500

Add ES_GRV to latam language-specific keycodes (#23333)


Diffstat:

Mdata/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson4++++
Mquantum/keymap_extras/keymap_spanish_latin_america.h1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/data/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson b/data/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson @@ -335,5 +335,9 @@ "key": "ES_CIRC", "label": "^", } + "ALGR(KC_NUHS)": { + "key": "ES_GRV", + "label": "`", + } } } \ No newline at end of file diff --git a/quantum/keymap_extras/keymap_spanish_latin_america.h b/quantum/keymap_extras/keymap_spanish_latin_america.h @@ -102,4 +102,5 @@ #define ES_AT ALGR(ES_Q) // @ #define ES_TILD ALGR(ES_PLUS) // ~ #define ES_CIRC ALGR(ES_LCBR) // ^ +#define ES_GRV ALGR(KC_NUHS) // `