forked from mirrors/qmk_userspace
		
	Format code according to conventions (#18533)
This commit is contained in:
		
					parent
					
						
							
								f80058d96e
							
						
					
				
			
			
				commit
				
					
						b53918fbe9
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -32,21 +32,21 @@ void bluetooth_task(void);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief Send a keyboard report.
 | 
					 * \brief Send a keyboard report.
 | 
				
			||||||
 * 
 | 
					 *
 | 
				
			||||||
 * \param report The keyboard report to send.
 | 
					 * \param report The keyboard report to send.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void bluetooth_send_keyboard(report_keyboard_t *report);
 | 
					void bluetooth_send_keyboard(report_keyboard_t *report);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief Send a mouse report.
 | 
					 * \brief Send a mouse report.
 | 
				
			||||||
 * 
 | 
					 *
 | 
				
			||||||
 * \param report The mouse report to send.
 | 
					 * \param report The mouse report to send.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void bluetooth_send_mouse(report_mouse_t *report);
 | 
					void bluetooth_send_mouse(report_mouse_t *report);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * \brief Send a consumer usage.
 | 
					 * \brief Send a consumer usage.
 | 
				
			||||||
 * 
 | 
					 *
 | 
				
			||||||
 * \param usage The consumer usage to send.
 | 
					 * \param usage The consumer usage to send.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
void bluetooth_send_consumer(uint16_t usage);
 | 
					void bluetooth_send_consumer(uint16_t usage);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue