Add direction to dynamic_macro_record_start_user (#19689)
This commit is contained in:
		
							parent
							
								
									9a68472da8
								
							
						
					
					
						commit
						68efea70b2
					
				
					 13 changed files with 17 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -59,7 +59,7 @@ There are a number of hooks that you can use to add custom functionality and fee
 | 
			
		|||
 | 
			
		||||
Note, that direction indicates which macro it is, with `1` being Macro 1, `-1` being Macro 2, and 0 being no macro. 
 | 
			
		||||
 | 
			
		||||
* `dynamic_macro_record_start_user(void)` - Triggered when you start recording a macro.
 | 
			
		||||
* `dynamic_macro_record_start_user(int8_t direction)` - Triggered when you start recording a macro.
 | 
			
		||||
* `dynamic_macro_play_user(int8_t direction)` - Triggered when you play back a macro.
 | 
			
		||||
* `dynamic_macro_record_key_user(int8_t direction, keyrecord_t *record)` - Triggered on each keypress while recording a macro.
 | 
			
		||||
* `dynamic_macro_record_end_user(int8_t direction)` - Triggered when the macro recording is stopped. 
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -64,7 +64,7 @@ QMK はその場で作られた一時的なマクロをサポートします。
 | 
			
		|||
 | 
			
		||||
direction がどのマクロであるかを示すことに注意してください。`1` がマクロ 1、`-1` がマクロ 2、0 がマクロ無しです。
 | 
			
		||||
 | 
			
		||||
* `dynamic_macro_record_start_user(void)` - マクロの記録を開始する時に起動されます。
 | 
			
		||||
* `dynamic_macro_record_start_user(int8_t direction)` - マクロの記録を開始する時に起動されます。
 | 
			
		||||
* `dynamic_macro_play_user(int8_t direction)` - マクロを再生する時に起動されます。
 | 
			
		||||
* `dynamic_macro_record_key_user(int8_t direction, keyrecord_t *record)` - マクロの記録中に各キー押下で起動されます。
 | 
			
		||||
* `dynamic_macro_record_end_user(int8_t direction)` - マクロの記録を停止した時に起動されます。
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue