mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Merge pull request #159 from Keller-Laminar/patch-1
Include Dvorak underscore and plus keys.
This commit is contained in:
commit
af6163f934
1 changed files with 3 additions and 1 deletions
|
@ -68,5 +68,7 @@
|
||||||
#define DV_RPRN LSFT(DV_0)
|
#define DV_RPRN LSFT(DV_0)
|
||||||
#define DV_LCBR LSFT(DV_LBRC)
|
#define DV_LCBR LSFT(DV_LBRC)
|
||||||
#define DV_RCBR LSFT(DV_RBRC)
|
#define DV_RCBR LSFT(DV_RBRC)
|
||||||
|
#define DV_UNDS LSFT(DV_MINS)
|
||||||
|
#define DV_PLUS LSFT(DV_EQL)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue