* Use 75_ansi and community layout for xd84 - work around flash issues by disabling most of the animations * Remove rules.mk
		
			
				
	
	
		
			22 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
	
	
	
#pragma once
 | 
						|
 | 
						|
#ifdef KEYBOARD_maartenwut_plain60
 | 
						|
 | 
						|
#define B7_AUDIO
 | 
						|
#ifdef AUDIO_ENABLE
 | 
						|
  #define STARTUP_SONG SONG(GUITAR_SOUND)
 | 
						|
#endif
 | 
						|
 | 
						|
#endif
 | 
						|
 | 
						|
#ifdef KEYBOARD_xd84
 | 
						|
 | 
						|
#undef RGBLED_NUM
 | 
						|
#define RGBLED_NUM 20
 | 
						|
 | 
						|
#undef RGBLIGHT_ANIMATIONS
 | 
						|
#define RGBLIGHT_EFFECT_RAINBOW_MOOD
 | 
						|
#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
 | 
						|
 | 
						|
#endif
 |