forked from mfulz_github/qmk_firmware
		
	Fix VIA compilation issues for RGB Matrix (#13503)
This commit is contained in:
		
							parent
							
								
									baa65d2177
								
							
						
					
					
						commit
						09474cbf04
					
				@ -16,31 +16,24 @@ You should have received a copy of the GNU General Public License
 | 
			
		||||
along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
//#define USE_MATRIX_I2C
 | 
			
		||||
#ifdef KEYBOARD_crkbd_rev1_legacy
 | 
			
		||||
#    undef USE_I2C
 | 
			
		||||
#    define USE_SERIAL
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
/* Select hand configuration */
 | 
			
		||||
 | 
			
		||||
#define MASTER_LEFT
 | 
			
		||||
// #define MASTER_RIGHT
 | 
			
		||||
// #define EE_HANDS
 | 
			
		||||
 | 
			
		||||
#define USE_SERIAL_PD2
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#undef RGBLED_NUM
 | 
			
		||||
#define RGBLIGHT_ANIMATIONS
 | 
			
		||||
#define RGBLED_NUM 27
 | 
			
		||||
#define RGBLIGHT_LIMIT_VAL 120
 | 
			
		||||
#define RGBLIGHT_HUE_STEP 10
 | 
			
		||||
#define RGBLIGHT_SAT_STEP 17
 | 
			
		||||
#define RGBLIGHT_VAL_STEP 17
 | 
			
		||||
#ifdef RGBLIGHT_ENABLE
 | 
			
		||||
#    undef RGBLED_NUM
 | 
			
		||||
#    define RGBLIGHT_ANIMATIONS
 | 
			
		||||
#    define RGBLED_NUM 54
 | 
			
		||||
#    define RGBLED_SPLIT \
 | 
			
		||||
        { 27, 27 }
 | 
			
		||||
#    define RGBLIGHT_LIMIT_VAL 120
 | 
			
		||||
#    define RGBLIGHT_HUE_STEP  10
 | 
			
		||||
#    define RGBLIGHT_SAT_STEP  17
 | 
			
		||||
#    define RGBLIGHT_VAL_STEP  17
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user