]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Include Dvorak underscore and plus keys.
authorKeller-Laminar <matthew.ed.keller+github@gmail.com>
Mon, 22 Feb 2016 18:06:26 +0000 (13:06 -0500)
committerKeller-Laminar <matthew.ed.keller+github@gmail.com>
Mon, 22 Feb 2016 18:06:26 +0000 (13:06 -0500)
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

index d172e0019bfb24570d0fd5517aff8470dac2cdf2..93e355bf91c785ee41a70f17f30eb6d9059e9300 100644 (file)
@@ -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