瀏覽代碼

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.
Keller-Laminar 9 年之前
父節點
當前提交
233af3a41c
共有 1 個文件被更改,包括 3 次插入1 次删除
  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