mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Update Plover keymap (#8405)
This commit is contained in:
		
							parent
							
								
									fe1a055391
								
							
						
					
					
						commit
						f1c6fa3895
					
				@ -13,35 +13,53 @@
 | 
				
			|||||||
 * You should have received a copy of the GNU General Public License
 | 
					 * You should have received a copy of the GNU General Public License
 | 
				
			||||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#ifndef KEYMAP_PLOVER_H
 | 
					
 | 
				
			||||||
#define KEYMAP_PLOVER_H
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "keymap.h"
 | 
					#include "keymap.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// clang-format off
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*
 | 
				
			||||||
 | 
					 * ┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───────┐
 | 
				
			||||||
 | 
					 * │   │Num│   │   │   │   │   │   │   │   │   │   │   │       │
 | 
				
			||||||
 | 
					 * ├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─────┤
 | 
				
			||||||
 | 
					 * │     │ S │ T │ P │ H │   │ * │ F │ P │ L │ T │ D │   │     │
 | 
				
			||||||
 | 
					 * ├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤
 | 
				
			||||||
 | 
					 * │      │   │ K │ W │ R │   │   │ R │ B │ G │ S │ Z │        │
 | 
				
			||||||
 | 
					 * ├──────┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────────┤
 | 
				
			||||||
 | 
					 * │        │   │   │ A │ O │   │ E │ U │   │   │   │          │
 | 
				
			||||||
 | 
					 * ├────┬───┴┬──┴─┬─┴───┴───┴───┴───┴───┴──┬┴───┼───┴┬────┬────┤
 | 
				
			||||||
 | 
					 * │    │    │    │                        │    │    │    │    │
 | 
				
			||||||
 | 
					 * └────┴────┴────┴────────────────────────┴────┴────┴────┴────┘
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					// Row 1
 | 
				
			||||||
#define PV_NUM  KC_1
 | 
					#define PV_NUM  KC_1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// Row 2
 | 
				
			||||||
#define PV_LS   KC_Q
 | 
					#define PV_LS   KC_Q
 | 
				
			||||||
#define PV_LT   KC_W
 | 
					#define PV_LT   KC_W
 | 
				
			||||||
#define PV_LP   KC_E
 | 
					#define PV_LP   KC_E
 | 
				
			||||||
#define PV_LH   KC_R
 | 
					#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_STAR KC_Y
 | 
				
			||||||
#define PV_RF   KC_U
 | 
					#define PV_RF   KC_U
 | 
				
			||||||
#define PV_RP   KC_I
 | 
					#define PV_RP   KC_I
 | 
				
			||||||
#define PV_RL   KC_O
 | 
					#define PV_RL   KC_O
 | 
				
			||||||
#define PV_RT   KC_P
 | 
					#define PV_RT   KC_P
 | 
				
			||||||
#define PV_RD   KC_LBRC
 | 
					#define PV_RD   KC_LBRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// Row 3
 | 
				
			||||||
 | 
					#define PV_LK   KC_S
 | 
				
			||||||
 | 
					#define PV_LW   KC_D
 | 
				
			||||||
 | 
					#define PV_LR   KC_F
 | 
				
			||||||
#define PV_RR   KC_J
 | 
					#define PV_RR   KC_J
 | 
				
			||||||
#define PV_RB   KC_K
 | 
					#define PV_RB   KC_K
 | 
				
			||||||
#define PV_RG   KC_L
 | 
					#define PV_RG   KC_L
 | 
				
			||||||
#define PV_RS   KC_SCLN
 | 
					#define PV_RS   KC_SCLN
 | 
				
			||||||
#define PV_RZ   KC_QUOT
 | 
					#define PV_RZ   KC_QUOT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// Row 4
 | 
				
			||||||
#define PV_A    KC_C
 | 
					#define PV_A    KC_C
 | 
				
			||||||
#define PV_O    KC_V
 | 
					#define PV_O    KC_V
 | 
				
			||||||
#define PV_E    KC_N
 | 
					#define PV_E    KC_N
 | 
				
			||||||
#define PV_U    KC_M
 | 
					#define PV_U    KC_M
 | 
				
			||||||
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user