forked from mirrors/qmk_userspace
		
	Fix keymap.json macro example (#15567)
This commit is contained in:
		
					parent
					
						
							
								ae9feed566
							
						
					
				
			
			
				commit
				
					
						8fe320baa6
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -46,7 +46,7 @@ If you type in a language other than English, or use a non-QWERTY layout like Co
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "keyboard": "handwired/my_macropad",
 | 
					    "keyboard": "handwired/my_macropad",
 | 
				
			||||||
    "keymap": "my_keymap",
 | 
					    "keymap": "my_keymap",
 | 
				
			||||||
    "host_layout": "dvorak",
 | 
					    "host_language": "dvorak",
 | 
				
			||||||
    "macros": [
 | 
					    "macros": [
 | 
				
			||||||
        ["Hello, World!"]
 | 
					        ["Hello, World!"]
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue