* 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
		
			
				
	
	
		
			16 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <stdbool.h>
 | |
| #include <stdint.h>
 | |
| 
 | |
| /**
 | |
| * Global Flags
 | |
| **/
 | |
| 
 | |
| //RGB Stuff
 | |
| extern volatile bool RGB_DIRTY;
 | |
| 
 | |
| 
 | |
| //Backlight Stuff
 | |
| extern volatile bool BACKLIT_DIRTY;
 |