config.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #pragma once
  2. // Expect to get errors if you comment a feature out and leave it in your keymap.
  3. #define USE_BABLPASTE
  4. #ifdef USE_BABLPASTE
  5. #ifdef RGBLIGHT_ENABLE
  6. #define BABL_LED_INDEX 0 // set to 0 to set all LEDs , or set to # of LED to be used as BABL updaters
  7. #define RGBLIGHT_COLOR_MS 0x00,0x27,0x88 // blue screen?
  8. #define RGBLIGHT_COLOR_MAC 0xF0,0xF0,0xF0 // grey
  9. #define RGBLIGHT_COLOR_LINUX 0xF4,0xAA,0x90 // ubuntu orange?
  10. #define RGBLIGHT_COLOR_EMACS 0x00,0x00,0x00
  11. #define RGBLIGHT_COLOR_VI 0x00,0x90,0x00
  12. #define RGBLIGHT_COLOR_READMUX 0x33,0xFF,0x33 // green screen
  13. #define RGBLIGHT_COLOR_CHROMEOS 0xf4,0xc2,0xd // google yellows
  14. #endif
  15. #endif // bablpaste
  16. // place overrides here
  17. #define RGBLED_NUM 2
  18. #define RGBLIGHT_LIMIT_VAL 200
  19. #ifdef RGBLIGHT_ENABLE
  20. #define RGBLIGHT_COLOR_LAYER_0 0x00, 0xFF, 0x00 // qwerty
  21. #define RGBLIGHT_COLOR_LAYER_1 0x00, 0x99, 0x99 // cdh
  22. #define RGBLIGHT_COLOR_LAYER_2 0xFF, 0x00, 0x00 // symbol
  23. #define RGBLIGHT_COLOR_LAYER_3 0x00, 0xFF, 0xFF // move
  24. #define RGBLIGHT_COLOR_LAYER_4 0xFF, 0x00, 0xFF // delmove
  25. #define RGBLIGHT_COLOR_LAYER_5 0x00, 0xFF, 0xFF
  26. #define RGBLIGHT_ANIMATIONS
  27. #define RGB_LIGHT_EFFECT_BREATHE_MAX 200
  28. #define RGBLIGHT_RAINBOW_SWIRL_RANGE 127
  29. #endif // rgblight
  30. #define TAPPING_TERM 200
  31. #define TAPPING_TERM_PER_KEY
  32. #define RETRO_TAPPING
  33. //#define PERMISSIVE_HOLD