Skip to content

Commit

Permalink
Add ES_GRV to latam language-specific keycodes (#23333)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanoD committed Mar 22, 2024
1 parent 5514896 commit 4afbade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,5 +335,9 @@
"key": "ES_CIRC",
"label": "^",
}
"ALGR(KC_NUHS)": {
"key": "ES_GRV",
"label": "`",
}
}
}
1 change: 1 addition & 0 deletions quantum/keymap_extras/keymap_spanish_latin_america.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) // `

0 comments on commit 4afbade

Please sign in to comment.