Minor typo in comments Colemak DM-MK -> DH-MK (#10721)
This commit is contained in:
		
							parent
							
								
									aa2b4a688b
								
							
						
					
					
						commit
						f028dbf179
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -232,7 +232,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
 | 
			
		|||
 | 
			
		||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		||||
 | 
			
		||||
  // Colemak DM-MK Mod
 | 
			
		||||
  // Colemak DH-MK Mod
 | 
			
		||||
  [_COLEMAKDHMK] = LAYOUT(
 | 
			
		||||
    //┌────────┬────────┬────────┬────────┬────────┬────────┐                                           ┌────────┬────────┬────────┬────────┬────────┬────────┐
 | 
			
		||||
       XXXXXXX ,KC_1    ,KC_2    ,KC_3    ,KC_4    ,KC_5    ,                                            KC_6    ,KC_7    ,KC_8    ,KC_9    ,KC_0    ,KC_ESC  ,
 | 
			
		||||
| 
						 | 
				
			
			@ -247,7 +247,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
			
		|||
    //└────────┴────────┴────────┴────────┘    └────────┘   └────────┴────────┘       └────────┴────────┘   └────────┘    └────────┴────────┴────────┴────────┘
 | 
			
		||||
  ),
 | 
			
		||||
 | 
			
		||||
  // Colemak DM-MK Mod, Mac version (CTRL and GUI are swapped)
 | 
			
		||||
  // Colemak DH-MK Mod, Mac version (CTRL and GUI are swapped)
 | 
			
		||||
  [_COLEMAKDHMK_MAC] = LAYOUT(
 | 
			
		||||
    //┌────────┬────────┬────────┬────────┬────────┬────────┐                                           ┌────────┬────────┬────────┬────────┬────────┬────────┐
 | 
			
		||||
       XXXXXXX ,KC_1    ,KC_2    ,KC_3    ,KC_4    ,KC_5    ,                                            KC_6    ,KC_7    ,KC_8    ,KC_9    ,KC_0    ,KC_ESC  ,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue