mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Fix error in Planck makefile comment
[This comment](https://www.reddit.com/r/olkb/comments/428umx/rgb_underglow/czaivbc) states that because both audio output and RGB support require the user of timer 3, they can't be enabled at the same time. That makes sense, I can see where audio.c uses timer 3. But this comment in the code states that the incompatibility is with MIDI support, which doesn't make sense based on what I see in the code. Please enlighten me if I'm mistaken.
This commit is contained in:
		
							parent
							
								
									8bbc1dcf4f
								
							
						
					
					
						commit
						2ae44470e0
					
				@ -143,7 +143,7 @@ BACKLIGHT_ENABLE = yes  # Enable keyboard backlight functionality
 | 
				
			|||||||
# AUDIO_ENABLE = YES 		# Audio output on port C6
 | 
					# AUDIO_ENABLE = YES 		# Audio output on port C6
 | 
				
			||||||
# UNICODE_ENABLE = YES 		# Unicode
 | 
					# UNICODE_ENABLE = YES 		# Unicode
 | 
				
			||||||
# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
					# BLUETOOTH_ENABLE = yes # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
				
			||||||
# RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.  Do not enable this with MIDI at the same time.
 | 
					# RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ifdef BACKLIGHT_ENABLE
 | 
					ifdef BACKLIGHT_ENABLE
 | 
				
			||||||
	SRC += backlight.c
 | 
						SRC += backlight.c
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user