YMD96 complete QMK port (#3105)
* readded code for YMD96 full working * added jj50 layout back
This commit is contained in:
		
				
					committed by
					
						
						Drashna Jaelre
					
				
			
			
				
	
			
			
			
						parent
						
							74d86832c3
						
					
				
				
					commit
					b36a1ef61b
				
			
							
								
								
									
										15
									
								
								keyboards/ymd96/backlight_custom.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								keyboards/ymd96/backlight_custom.h
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
/**
 | 
			
		||||
 * Backlighting code for PS2AVRGB boards (ATMEGA32A)
 | 
			
		||||
 * Kenneth A. (github.com/krusli | krusli.me)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef BACKLIGHT_CUSTOM_H
 | 
			
		||||
#define BACKLIGHT_CUSTOM_H
 | 
			
		||||
 | 
			
		||||
#include <avr/pgmspace.h>
 | 
			
		||||
void b_led_init_ports(void);
 | 
			
		||||
void b_led_set(uint8_t level);
 | 
			
		||||
void b_led_task(void);
 | 
			
		||||
void setPWM(uint16_t xValue);
 | 
			
		||||
 | 
			
		||||
#endif  // BACKLIGHT_CUSTOM_H
 | 
			
		||||
		Reference in New Issue
	
	Block a user