mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge pull request #569 from sethbc/fix_stanleylai_warnings
kill warnings filling up travis buildlog
This commit is contained in:
		
						commit
						a6d279a343
					
				@ -1,20 +1,15 @@
 | 
				
			|||||||
#include "../../config.h"
 | 
					#include "../../config.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// USB Device descriptor parameter
 | 
					 | 
				
			||||||
#define VENDOR_ID       0xFEED
 | 
					 | 
				
			||||||
#define PRODUCT_ID      0x6060
 | 
					 | 
				
			||||||
#define DEVICE_VER      0x0003
 | 
					 | 
				
			||||||
#define MANUFACTURER    Custom
 | 
					 | 
				
			||||||
#define PRODUCT         GH60 rev.CHN
 | 
					 | 
				
			||||||
#define DESCRIPTION     QMK keyboard firmware for GH60 with WS2812 support
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
// Backlight configuration
 | 
					// Backlight configuration
 | 
				
			||||||
 | 
					#undef BACKLIGHT_LEVELS
 | 
				
			||||||
#define BACKLIGHT_LEVELS 3
 | 
					#define BACKLIGHT_LEVELS 3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Underlight configuration
 | 
					// Underlight configuration
 | 
				
			||||||
#define RGB_DI_PIN E2
 | 
					#undef RGBLED_NUM
 | 
				
			||||||
#define RGBLIGHT_TIMER
 | 
					 | 
				
			||||||
#define RGBLED_NUM 6        // Number of LEDs
 | 
					#define RGBLED_NUM 6        // Number of LEDs
 | 
				
			||||||
 | 
					#undef RGBLIGHT_HUE_STEP
 | 
				
			||||||
#define RGBLIGHT_HUE_STEP 8
 | 
					#define RGBLIGHT_HUE_STEP 8
 | 
				
			||||||
 | 
					#undef RGBLIGHT_SAT_STEP
 | 
				
			||||||
#define RGBLIGHT_SAT_STEP 8
 | 
					#define RGBLIGHT_SAT_STEP 8
 | 
				
			||||||
 | 
					#undef RGBLIGHT_VAL_STEP
 | 
				
			||||||
#define RGBLIGHT_VAL_STEP 8
 | 
					#define RGBLIGHT_VAL_STEP 8
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user