]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/keymap_extras/keymap_plover.h
Sendstring LUT improvements (#5727)
[qmk_firmware.git] / quantum / keymap_extras / keymap_plover.h
1 /* Copyright 2016 James Kay
2  *
3  * This program is free software: you can redistribute it and/or modify
4  * it under the terms of the GNU General Public License as published by
5  * the Free Software Foundation, either version 2 of the License, or
6  * (at your option) any later version.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15  */
16 #ifndef KEYMAP_PLOVER_H
17 #define KEYMAP_PLOVER_H
18
19 #include "keymap.h"
20
21 #define PV_NUM  KC_1
22 #define PV_LS   KC_Q
23 #define PV_LT   KC_W
24 #define PV_LP   KC_E
25 #define PV_LH   KC_R
26 #define PV_LK   KC_S
27 #define PV_LW   KC_D
28 #define PV_LR   KC_F
29
30 #define PV_STAR KC_Y
31 #define PV_RF   KC_U
32 #define PV_RP   KC_I
33 #define PV_RL   KC_O
34 #define PV_RT   KC_P
35 #define PV_RD   KC_LBRC
36 #define PV_RR   KC_J
37 #define PV_RB   KC_K
38 #define PV_RG   KC_L
39 #define PV_RS   KC_SCLN
40 #define PV_RZ   KC_QUOT
41
42 #define PV_A    KC_C
43 #define PV_O    KC_V
44 #define PV_E    KC_N
45 #define PV_U    KC_M
46
47 #endif