mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-30 21:02:32 +01:00 
			
		
		
		
	format code according to conventions [skip ci]
This commit is contained in:
		
							parent
							
								
									ce604e1629
								
							
						
					
					
						commit
						1ec8a7205f
					
				| @ -643,7 +643,7 @@ void matrix_scan_quantum() { | ||||
| //
 | ||||
| 
 | ||||
| void send_dword(uint32_t number) {  // this might not actually work
 | ||||
|     uint16_t word = (number >> 16); | ||||
|     uint16_tword = (number >> 16); | ||||
|     send_word(word); | ||||
|     send_word(number & 0xFFFFUL); | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 QMK Bot
						QMK Bot