forked from mirrors/qmk_userspace
		
	Fix DV_SCLN and DV_COLN in keymap_spanish_dvorak.h (#18043)
This commit is contained in:
		
					parent
					
						
							
								f74ed5fc53
							
						
					
				
			
			
				commit
				
					
						5021cf58ad
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -114,8 +114,8 @@
 | 
				
			||||||
#define DV_QUES S(DV_QUOT) // ?
 | 
					#define DV_QUES S(DV_QUOT) // ?
 | 
				
			||||||
#define DV_IQUE S(DV_IEXL) // ¿
 | 
					#define DV_IQUE S(DV_IEXL) // ¿
 | 
				
			||||||
// Row 2
 | 
					// Row 2
 | 
				
			||||||
#define DV_COLN S(KC_DOT)  // :
 | 
					#define DV_COLN S(DV_DOT)  // :
 | 
				
			||||||
#define DV_SCLN S(KC_COMM) // ;
 | 
					#define DV_SCLN S(DV_COMM) // ;
 | 
				
			||||||
#define DV_CIRC S(DV_GRV)  // ^ (dead)
 | 
					#define DV_CIRC S(DV_GRV)  // ^ (dead)
 | 
				
			||||||
#define DV_ASTR S(DV_PLUS) // *
 | 
					#define DV_ASTR S(DV_PLUS) // *
 | 
				
			||||||
// Row 3
 | 
					// Row 3
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue