Skip to content

Commit

Permalink
Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h (#18043)
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Aug 15, 2022
1 parent f74ed5f commit 5021cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_spanish_dvorak.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
#define DV_QUES S(DV_QUOT) // ?
#define DV_IQUE S(DV_IEXL) // ¿
// Row 2
#define DV_COLN S(KC_DOT) // :
#define DV_SCLN S(KC_COMM) // ;
#define DV_COLN S(DV_DOT) // :
#define DV_SCLN S(DV_COMM) // ;
#define DV_CIRC S(DV_GRV) // ^ (dead)
#define DV_ASTR S(DV_PLUS) // *
// Row 3
Expand Down

0 comments on commit 5021cf5

Please sign in to comment.