split_flags.h 180 B

123456789101112131415
  1. #pragma once
  2. #include <stdbool.h>
  3. #include <stdint.h>
  4. /**
  5. * Global Flags
  6. **/
  7. //RGB Stuff
  8. extern volatile bool RGB_DIRTY;
  9. //Backlight Stuff
  10. extern volatile bool BACKLIT_DIRTY;