forked from mirrors/qmk_userspace
		
	Corrected duration example, should be number not string (#21839)
This commit is contained in:
		
					parent
					
						
							
								7a737235ff
							
						
					
				
			
			
				commit
				
					
						f07490bc09
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -27,7 +27,7 @@ You can define up to 32 macros in a `keymap.json` file, as used by [Configurator
 | 
				
			||||||
        ],
 | 
					        ],
 | 
				
			||||||
        [
 | 
					        [
 | 
				
			||||||
            {"action":"tap", "keycodes": ["F1"]},
 | 
					            {"action":"tap", "keycodes": ["F1"]},
 | 
				
			||||||
            {"action":"delay", "duration": "1000"},
 | 
					            {"action":"delay", "duration": 1000},
 | 
				
			||||||
            {"action":"tap", "keycodes": ["PGDN"]}
 | 
					            {"action":"tap", "keycodes": ["PGDN"]}
 | 
				
			||||||
        ]
 | 
					        ]
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue