config.h 761 B

123456789101112131415161718192021
  1. #pragma once
  2. #include "../drashna/config.h"
  3. #undef PRODUCT
  4. #define PRODUCT DrashnaDox - Hacked ErgoDox EZ Glow
  5. #undef DEBOUNCE
  6. #define DEBOUNCE 5
  7. #ifdef RGB_MATRIX_ENABLE
  8. // #define RGB_MATRIX_KEYPRESSES // reacts to keypresses (will slow down matrix scan by a lot)
  9. // #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened)
  10. // #define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
  11. #define RGB_DISABLE_WHEN_USB_SUSPENDED true// turn off effects when suspended
  12. // #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255
  13. // #define EECONFIG_RGB_MATRIX (uint32_t *)16
  14. #endif
  15. #undef DEBOUNCE
  16. #define DEBOUNCE 1