summaryrefslogtreecommitdiffstats
path: root/quantum/keymap_extras
diff options
context:
space:
mode:
authorJames ‘Twey’ Kay <twey@twey.co.uk>2016-04-23 19:49:10 +0200
committerJames ‘Twey’ Kay <twey@twey.co.uk>2016-04-23 19:49:10 +0200
commit7ccfaf750d08bdb3a25ef2869cac251b7cd4d3ad (patch)
treef5161476c4ef0b56ee02ba28db6e0bf3350d1f01 /quantum/keymap_extras
parenteb09c450de2886ce1811929dec8b42ada0227f04 (diff)
downloadqmk_firmware-7ccfaf750d08bdb3a25ef2869cac251b7cd4d3ad.tar.gz
qmk_firmware-7ccfaf750d08bdb3a25ef2869cac251b7cd4d3ad.tar.xz
Add a keymap_extras header for Plover
Diffstat (limited to 'quantum/keymap_extras')
-rw-r--r--quantum/keymap_extras/keymap_plover.h32
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 @@
+#ifndef KEYMAP_PLOVER_H
+#define KEYMAP_PLOVER_H
+
+#include "keymap_common.h"
+
+#define PV_NUM KC_1
+#define PV_LS KC_Q
+#define PV_LT KC_W
+#define PV_LP KC_E
+#define PV_LH KC_R
+#define PV_LK KC_S
+#define PV_LW KC_D
+#define PV_LR KC_F
+
+#define PV_STAR KC_Y
+#define PV_RF KC_U
+#define PV_RP KC_I
+#define PV_RL KC_O
+#define PV_RT KC_P
+#define PV_RD KC_LBRC
+#define PV_RR KC_J
+#define PV_RB KC_K
+#define PV_RG KC_L
+#define PV_RS KC_SCLN
+#define PV_RZ KC_QUOT
+
+#define PV_A KC_C
+#define PV_O KC_V
+#define PV_E KC_N
+#define PV_U KC_M
+
+#endif