mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge pull request #765 from jakllsch/more-shifted-dvorak-keycodes
Add more shifted Dvorak key code definitions
This commit is contained in:
		
						commit
						d1d54dedac
					
				@ -70,6 +70,10 @@
 | 
				
			|||||||
#define DV_LCBR	LSFT(DV_LBRC)
 | 
					#define DV_LCBR	LSFT(DV_LBRC)
 | 
				
			||||||
#define DV_RCBR	LSFT(DV_RBRC)
 | 
					#define DV_RCBR	LSFT(DV_RBRC)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define DV_DQUO	LSFT(DV_QUOT)
 | 
				
			||||||
 | 
					#define DV_LABK	LSFT(DV_COMM)
 | 
				
			||||||
 | 
					#define DV_RABK	LSFT(DV_DOT)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DV_QUES	LSFT(DV_SLSH)
 | 
					#define DV_QUES	LSFT(DV_SLSH)
 | 
				
			||||||
#define DV_PLUS	LSFT(DV_EQL)
 | 
					#define DV_PLUS	LSFT(DV_EQL)
 | 
				
			||||||
#define DV_PIPE	LSFT(DV_BSLS)
 | 
					#define DV_PIPE	LSFT(DV_BSLS)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user