Browse Source

Merge remote-tracking branch 'origin/master' into develop

pull/18059/merge
QMK Bot 1 month ago
parent
commit
38813e864b
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      data/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson
  2. +1
    -0
      quantum/keymap_extras/keymap_spanish_latin_america.h

+ 4
- 0
data/constants/keycodes/extras/keycodes_spanish_latin_america_0.0.1.hjson View File

@ -335,5 +335,9 @@
"key": "ES_CIRC",
"label": "^",
}
"ALGR(KC_NUHS)": {
"key": "ES_GRV",
"label": "`",
}
}
}

+ 1
- 0
quantum/keymap_extras/keymap_spanish_latin_america.h View File

@ -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) // `

Loading…
Cancel
Save