Explorar o código

Merge pull request #159 from Keller-Laminar/patch-1

Include Dvorak underscore and plus keys.
Jack Humbert %!s(int64=9) %!d(string=hai) anos
pai
achega
af6163f934
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      quantum/keymap_extras/keymap_dvorak.h

+ 3 - 1
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
+#endif