aboutsummaryrefslogtreecommitdiff
path: root/quantum/keymap_extras/keymap_dvorak.h
diff options
context:
space:
mode:
authorKeller-Laminar <matthew.ed.keller+github@gmail.com>2016-02-22 13:06:26 -0500
committerKeller-Laminar <matthew.ed.keller+github@gmail.com>2016-02-22 13:06:26 -0500
commit233af3a41c69d456583bfcfd897233b9c117caa6 (patch)
tree3e4b1a1462b1a6d70c8df24eefa74b9eb6149df7 /quantum/keymap_extras/keymap_dvorak.h
parentd33681aa221f368d10956f67596ab3dd0be92013 (diff)
downloadqmk_firmware-233af3a41c69d456583bfcfd897233b9c117caa6.tar.gz
qmk_firmware-233af3a41c69d456583bfcfd897233b9c117caa6.zip
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.
Diffstat (limited to 'quantum/keymap_extras/keymap_dvorak.h')
-rw-r--r--quantum/keymap_extras/keymap_dvorak.h4
1 files changed, 3 insertions, 1 deletions
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 @@
68#define DV_RPRN LSFT(DV_0) 68#define DV_RPRN LSFT(DV_0)
69#define DV_LCBR LSFT(DV_LBRC) 69#define DV_LCBR LSFT(DV_LBRC)
70#define DV_RCBR LSFT(DV_RBRC) 70#define DV_RCBR LSFT(DV_RBRC)
71#define DV_UNDS LSFT(DV_MINS)
72#define DV_PLUS LSFT(DV_EQL)
71 73
72#endif \ No newline at end of file 74#endif