Skip to content

Commit

Permalink
Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h (qmk#18043)
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition authored and nolanseaton committed Jan 23, 2023
1 parent 05cc48a commit b5fbb64
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 b5fbb64

Please sign in to comment.