You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
482 B

  1. #pragma once
  2. // Time out one shot layers after 3 seconds
  3. #define ONESHOT_TIMEOUT 3000
  4. #define RGBLED_NUM 16
  5. // Undef and redefine default brightness to half of 255
  6. #undef RGBLIGHT_LIMIT_VAL
  7. #define RGBLIGHT_LIMIT_VAL 128
  8. //Define a preview timeout for RGB reviews
  9. #define PREVIEW_TIMEOUT 5000
  10. #define TAPPING_TERM 200
  11. // Enable Light Layers implementation
  12. #define RGBLIGHT_LAYERS
  13. // Allow Light Layers to override RGB off configuration
  14. #define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF