mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	Remove assignment warning
This commit is contained in:
		
							parent
							
								
									2c1ef84b22
								
							
						
					
					
						commit
						ce6b68f85b
					
				| @ -1058,7 +1058,7 @@ void battery_poll(uint8_t level) { | ||||
| void led_set_user(uint8_t usb_led) { | ||||
|   bool new_capslock = usb_led & (1<<USB_LED_CAPS_LOCK); | ||||
|   if (new_capslock ^ capslock) { // capslock state is different
 | ||||
|     if (capslock = new_capslock) { | ||||
|     if ((capslock = new_capslock)) { | ||||
|       rgbsps_set(LED_IND_NUM, 15, 0, 0); | ||||
|     } else { | ||||
|       rgbsps_set(LED_IND_NUM, 0, 0, 0); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Priyadi Iman Nurcahyo
						Priyadi Iman Nurcahyo