config.h 686 B

123456789101112131415
  1. #pragma once
  2. #include "../drashna/config.h"
  3. #undef PRODUCT
  4. #define PRODUCT DrashnaDox - Hacked ErgoDox EZ Glow
  5. #ifdef RGB_MATRIX_ENABLE
  6. #define RGB_MATRIX_KEYPRESSES // reacts to keypresses (will slow down matrix scan by a lot)
  7. // #define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened)
  8. // #define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects
  9. #define RGB_DISABLE_WHEN_USB_SUSPENDED true// turn off effects when suspended
  10. // #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
  11. // #define EECONFIG_RGB_MATRIX (uint32_t *)16
  12. #endif