Remove quantum.h includes from keyboard code (#23394)
				
					
				
			This commit is contained in:
		
							parent
							
								
									408f6e43cd
								
							
						
					
					
						commit
						c635733a7f
					
				
					 60 changed files with 123 additions and 70 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,8 @@
 | 
			
		|||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
#include "leds.h"
 | 
			
		||||
#include "i2c_master.h"
 | 
			
		||||
#include "led_tables.h"
 | 
			
		||||
#include "rgb_matrix.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,8 +15,7 @@
 | 
			
		|||
 */
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
#include "rgb_matrix.h"
 | 
			
		||||
#include <stdint.h>
 | 
			
		||||
 | 
			
		||||
void set_all_leds_to(uint8_t r, uint8_t g, uint8_t b);
 | 
			
		||||
void set_led_to(int led, uint8_t r, uint8_t g, uint8_t b);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue