Keymap: Refactor Hacker Dvorak (#4688)
Programmer Dvorak based layout for the Ergodox EZ.
This commit is contained in:
		
							parent
							
								
									b13162f7fd
								
							
						
					
					
						commit
						5eb8f3f6b5
					
				
					 22 changed files with 925 additions and 826 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,20 @@
 | 
			
		|||
// TODO: improve feedback
 | 
			
		||||
void plover_toggle(void) {
 | 
			
		||||
    // Press "PHROLG"
 | 
			
		||||
    register_code(PV_LP);
 | 
			
		||||
    register_code(PV_LH);
 | 
			
		||||
    register_code(PV_LR);
 | 
			
		||||
    register_code(PV_O);
 | 
			
		||||
    register_code(PV_RL);
 | 
			
		||||
    register_code(PV_RG);
 | 
			
		||||
 | 
			
		||||
    // Release "PHROLG"
 | 
			
		||||
    unregister_code(PV_LP);
 | 
			
		||||
    unregister_code(PV_LH);
 | 
			
		||||
    unregister_code(PV_LR);
 | 
			
		||||
    unregister_code(PV_O);
 | 
			
		||||
    unregister_code(PV_RL);
 | 
			
		||||
    unregister_code(PV_RG);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool PLOVER_MODE = false;
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue