diff options
| author | James ‘Twey’ Kay <twey@twey.co.uk> | 2016-04-23 18:49:10 +0100 |
|---|---|---|
| committer | James ‘Twey’ Kay <twey@twey.co.uk> | 2016-04-23 18:49:10 +0100 |
| commit | 7ccfaf750d08bdb3a25ef2869cac251b7cd4d3ad (patch) | |
| tree | f5161476c4ef0b56ee02ba28db6e0bf3350d1f01 /quantum/keymap_extras/keymap_plover.h | |
| parent | eb09c450de2886ce1811929dec8b42ada0227f04 (diff) | |
| download | qmk_firmware-7ccfaf750d08bdb3a25ef2869cac251b7cd4d3ad.tar.gz qmk_firmware-7ccfaf750d08bdb3a25ef2869cac251b7cd4d3ad.zip | |
Add a keymap_extras header for Plover
Diffstat (limited to 'quantum/keymap_extras/keymap_plover.h')
| -rw-r--r-- | quantum/keymap_extras/keymap_plover.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/quantum/keymap_extras/keymap_plover.h b/quantum/keymap_extras/keymap_plover.h new file mode 100644 index 000000000..98e57ab7b --- /dev/null +++ b/quantum/keymap_extras/keymap_plover.h | |||
| @@ -0,0 +1,32 @@ | |||
| 1 | #ifndef KEYMAP_PLOVER_H | ||
| 2 | #define KEYMAP_PLOVER_H | ||
| 3 | |||
| 4 | #include "keymap_common.h" | ||
| 5 | |||
| 6 | #define PV_NUM KC_1 | ||
| 7 | #define PV_LS KC_Q | ||
| 8 | #define PV_LT KC_W | ||
| 9 | #define PV_LP KC_E | ||
| 10 | #define PV_LH KC_R | ||
| 11 | #define PV_LK KC_S | ||
| 12 | #define PV_LW KC_D | ||
| 13 | #define PV_LR KC_F | ||
| 14 | |||
| 15 | #define PV_STAR KC_Y | ||
| 16 | #define PV_RF KC_U | ||
| 17 | #define PV_RP KC_I | ||
| 18 | #define PV_RL KC_O | ||
| 19 | #define PV_RT KC_P | ||
| 20 | #define PV_RD KC_LBRC | ||
| 21 | #define PV_RR KC_J | ||
| 22 | #define PV_RB KC_K | ||
| 23 | #define PV_RG KC_L | ||
| 24 | #define PV_RS KC_SCLN | ||
| 25 | #define PV_RZ KC_QUOT | ||
| 26 | |||
| 27 | #define PV_A KC_C | ||
| 28 | #define PV_O KC_V | ||
| 29 | #define PV_E KC_N | ||
| 30 | #define PV_U KC_M | ||
| 31 | |||
| 32 | #endif | ||
