~ruther/qmk_firmware

4afbade6d122183920a888c8e6e1de4581e657fa — JuanoD 1 year, 2 months ago 5514896
Add ES_GRV to latam language-specific keycodes (#23333)

M data/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson => data/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson +4 -0
@@ 335,5 335,9 @@
            "key": "ES_CIRC",
            "label": "^",
        }
        "ALGR(KC_NUHS)": {
            "key": "ES_GRV",
            "label": "`",
        }
    }
}
\ No newline at end of file

M quantum/keymap_extras/keymap_spanish_latin_america.h => quantum/keymap_extras/keymap_spanish_latin_america.h +1 -0
@@ 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) // `


Do not follow this link