11 lines
		
	
	
		
			260 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			260 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #ifdef AUDIO_ENABLE
 | |
| // #define STARTUP_SONG SONG(SONIC_RING)
 | |
| // #define DAC_SAMPLE_MAX 65535U // maybe this works for volume?
 | |
| #endif
 | |
| 
 | |
| // allow rolling when keys have hold functionality
 | |
| #define IGNORE_MOD_TAP_INTERRUPT
 | |
| // #define TAPPING_TERM 150
 |