Browse Source

Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h (#18043)

pull/17974/head
precondition 1 year ago
committed by GitHub
parent
commit
5021cf58ad
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      quantum/keymap_extras/keymap_spanish_dvorak.h

+ 2
- 2
quantum/keymap_extras/keymap_spanish_dvorak.h View File

@ -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


Loading…
Cancel
Save