From 233af3a41c69d456583bfcfd897233b9c117caa6 Mon Sep 17 00:00:00 2001 From: Keller-Laminar Date: Mon, 22 Feb 2016 13:06:26 -0500 Subject: [PATCH] Include Dvorak underscore and plus keys. There were previously no Dvorak specific underscore and plus key codes. For a keyboard like the Planck which has layers directly to shifted versions of special character keys you were unable to produce those characters using the Lower layer. --- quantum/keymap_extras/keymap_dvorak.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quantum/keymap_extras/keymap_dvorak.h b/quantum/keymap_extras/keymap_dvorak.h index d172e0019..93e355bf9 100644 --- a/quantum/keymap_extras/keymap_dvorak.h +++ b/quantum/keymap_extras/keymap_dvorak.h @@ -68,5 +68,7 @@ #define DV_RPRN LSFT(DV_0) #define DV_LCBR LSFT(DV_LBRC) #define DV_RCBR LSFT(DV_RBRC) +#define DV_UNDS LSFT(DV_MINS) +#define DV_PLUS LSFT(DV_EQL) -#endif \ No newline at end of file +#endif -- 2.39.2