diff options
| author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2016-07-14 11:32:43 -0500 |
|---|---|---|
| committer | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2016-07-14 11:32:43 -0500 |
| commit | 4278d8861526ed285d9d00badcdc8c121454be60 (patch) | |
| tree | bc29a98f86639c86bad7539b2fc1a8af4aedc51d /quantum/keymap_extras/keymap_dvorak.h | |
| parent | 25938a09a6bfb2624bc96841b53897eda532e293 (diff) | |
| download | qmk_firmware-4278d8861526ed285d9d00badcdc8c121454be60.tar.gz qmk_firmware-4278d8861526ed285d9d00badcdc8c121454be60.zip | |
keymap_dvorak.h: add missing shifted keys, fix whitespace
Diffstat (limited to 'quantum/keymap_extras/keymap_dvorak.h')
| -rw-r--r-- | quantum/keymap_extras/keymap_dvorak.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/quantum/keymap_extras/keymap_dvorak.h b/quantum/keymap_extras/keymap_dvorak.h index e855056e8..17f205977 100644 --- a/quantum/keymap_extras/keymap_dvorak.h +++ b/quantum/keymap_extras/keymap_dvorak.h | |||
| @@ -18,18 +18,19 @@ | |||
| 18 | #define DV_LBRC KC_MINS | 18 | #define DV_LBRC KC_MINS |
| 19 | #define DV_RBRC KC_EQL | 19 | #define DV_RBRC KC_EQL |
| 20 | 20 | ||
| 21 | #define DV_QUOT KC_Q | 21 | #define DV_QUOT KC_Q |
| 22 | #define DV_COMM KC_W | 22 | #define DV_COMM KC_W |
| 23 | #define DV_DOT KC_E | 23 | #define DV_DOT KC_E |
| 24 | #define DV_P KC_R | 24 | #define DV_P KC_R |
| 25 | #define DV_Y KC_T | 25 | #define DV_Y KC_T |
| 26 | #define DV_F KC_Y | 26 | #define DV_F KC_Y |
| 27 | #define DV_G KC_U | 27 | #define DV_G KC_U |
| 28 | #define DV_C KC_I | 28 | #define DV_C KC_I |
| 29 | #define DV_R KC_O | 29 | #define DV_R KC_O |
| 30 | #define DV_L KC_P | 30 | #define DV_L KC_P |
| 31 | #define DV_SLSH KC_LBRC | 31 | #define DV_SLSH KC_LBRC |
| 32 | #define DV_EQL KC_RBRC | 32 | #define DV_EQL KC_RBRC |
| 33 | #define DV_BSLS KC_BSLS | ||
| 33 | 34 | ||
| 34 | #define DV_A KC_A | 35 | #define DV_A KC_A |
| 35 | #define DV_O KC_S | 36 | #define DV_O KC_S |
| @@ -68,7 +69,13 @@ | |||
| 68 | #define DV_RPRN LSFT(DV_0) | 69 | #define DV_RPRN LSFT(DV_0) |
| 69 | #define DV_LCBR LSFT(DV_LBRC) | 70 | #define DV_LCBR LSFT(DV_LBRC) |
| 70 | #define DV_RCBR LSFT(DV_RBRC) | 71 | #define DV_RCBR LSFT(DV_RBRC) |
| 71 | #define DV_UNDS LSFT(DV_MINS) | 72 | |
| 72 | #define DV_PLUS LSFT(DV_EQL) | 73 | #define DV_QUES LSFT(DV_SLSH) |
| 74 | #define DV_PLUS LSFT(DV_EQL) | ||
| 75 | #define DV_PIPE LSFT(DV_BSLS) | ||
| 76 | |||
| 77 | #define DV_UNDS LSFT(DV_MINS) | ||
| 78 | |||
| 79 | #define DV_COLN LSFT(DV_SCLN) | ||
| 73 | 80 | ||
| 74 | #endif | 81 | #endif |
