mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 13:22:31 +01:00 
			
		
		
		
	 9bea41c9b2
			
		
	
	
		9bea41c9b2
		
	
	
	
	
		
			
			* Get things working except indicators * Attempt to get things working * hmm * Compiles but doesn't run * Make data transfer work * Get all indicators working * Remove old transport * Prepare for pullreq * Revert keymap from testing to production * Final error checking for pull request * Remove autogenerated is_command from config.h * Rewrite pin toggles using qmk functions
		
			
				
	
	
		
			5 lines
		
	
	
		
			96 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			96 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "split_flags.h"
 | |
| 
 | |
| volatile bool RGB_DIRTY = false;
 | |
| 
 | |
| volatile bool BACKLIT_DIRTY = false; |