Skip to content

Commit

Permalink
Add cedilla key mapping and update keymap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxdios committed Nov 30, 2024
1 parent 3cc4974 commit cb122e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cSpell.enabled": false
}
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ES_TRNS ES_TRNS ES_TRNS ES_TRNS ES_0
bindings = <
// \|@# €~ PRINT HOME UP END INS DEL
ES_BSLSH ES_PIPE ES_AT ES_HASH ES_EURO ES_VIRGULILLA ES_PRINT ES_HOME ES_UP ES_END ES_INS ES_DEL
// TRNS NO NO NO NO NO PAUSE LEFT DOWN RIGHT ' MENU
ES_TRNS ES_NO ES_NO ES_NO ES_NO ES_NO ES_PAUSE ES_LEFT ES_DOWN ES_RIGHT ES_APOS ES_CMENU
// TRNS NO NO NO NO NO PAUSE LEFT DOWN RIGHT ' ç
ES_TRNS ES_NO ES_NO ES_NO ES_NO ES_NO ES_PAUSE ES_LEFT ES_DOWN ES_RIGHT ES_APOS ES_CEDILLA
// ` PGUP ^ PGDN NO TRNS
ES_TRNS ES_NO ES_NO ES_NO ES_NO ES_NO ES_ACEN_R ES_PGUP ES_ACEN_CIR ES_PGDN ES_NO ES_TRNS
// menu
Expand Down
1 change: 1 addition & 0 deletions config/via_spanish.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
#define ES_HASH &kp RA(N3) // #
#define ES_VIRGULILLA &kp RA(N4) // ~
#define ES_NOT &kp RA(N6) // ¬
#define ES_CEDILLA &kp BACKSLASH // ç''

#define ES_CORCH &kp RA(LBKT) // [
#define ES_CORCH_R &kp RA(RBKT) // ]
Expand Down

0 comments on commit cb122e7

Please sign in to comment.