mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 15:22:41 +01:00 
			
		
		
		
	third readme fix attempt
This commit is contained in:
		
							parent
							
								
									d1ff2bb9db
								
							
						
					
					
						commit
						5fc5661147
					
				@ -78,9 +78,9 @@ An example:
 | 
				
			|||||||
    * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);`
 | 
					    * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Another:
 | 
					Another:
 | 
				
			||||||
    * `msg=(BLINK_TOGGLE_LED << 8) | 46;`
 | 
					- `msg=(BLINK_TOGGLE_LED << 8) | 46;`
 | 
				
			||||||
    * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);`
 | 
					- `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Finally, SET_FULL_ROW requires an extra byte with row information in the message so sending this message looks like:
 | 
					Finally, SET_FULL_ROW requires an extra byte with row information in the message so sending this message looks like:
 | 
				
			||||||
    * `msg=(row<<16) | (SET_FULL_ROW << 8) | (led_pin_byte);`
 | 
					- `msg=(row<<16) | (SET_FULL_ROW << 8) | (led_pin_byte);`
 | 
				
			||||||
    * `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);`
 | 
					- `chMBPost(&led_mailbox, msg, TIME_IMMEDIATE);`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user