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.

60 lines
1.6 KiB

  1. #pragma once
  2. #ifdef RGBLIGHT_ENABLE
  3. #define RGBLIGHT_SLEEP
  4. #undef RGBLIGHT_EFFECT_RAINBOW_MOOD
  5. #undef RGBLIGHT_EFFECT_RAINBOW_SWIRL
  6. #undef RGBLIGHT_EFFECT_SNAKE
  7. #undef RGBLIGHT_EFFECT_KNIGHT
  8. #undef RGBLIGHT_EFFECT_CHRISTMAS
  9. #undef RGBLIGHT_EFFECT_STATIC_GRADIENT
  10. #undef RGBLIGHT_EFFECT_RGB_TEST
  11. #undef RGBLIGHT_EFFECT_ALTERNATING
  12. #undef RGBLIGHT_EFFECT_TWINKLE
  13. #define RGBLIGHT_EFFECT_BREATHING
  14. #endif // RGBLIGHT_ENABLE
  15. #undef FORCE_NKRO
  16. #ifndef TAPPING_TOGGLE
  17. #define TAPPING_TOGGLE 3
  18. #endif
  19. #ifdef TAPPING_TERM
  20. #undef TAPPING_TERM
  21. #endif // TAPPING_TERM
  22. #define TAPPING_TERM 200
  23. //if no chord during tapping term, do the keystroke
  24. #define RETRO_TAPPING
  25. // Disable action_get_macro and fn_actions, since we don't use these
  26. // and it saves on space in the firmware.
  27. // LTO_ENABLE automatically enables these
  28. //#define NO_ACTION_MACRO
  29. //#define NO_ACTION_FUNCTION
  30. #define MACRO_TIMER 5
  31. #define USE_BABBLEPASTE
  32. // All options
  33. #define BABL_MODSWAP
  34. #define BABL_MOVE // Uncomment to add basic cursor movement
  35. #define BABL_OSKEYS // This adds Cut, paste, window movement and common OS shortcuts
  36. #define BABL_BROWSER // Browser shortcuts, with Chrome/Firefox as the default.
  37. // edit the appropriate OS config file to enable Safari, Edge, vimpirator &etc.
  38. #define BABL_APP // Application specific settings this has sub-options.
  39. #define BABL_APP_CELLS // spreadsheets and tables
  40. #define BABL_APP_EDITOR // Fancy editor commands
  41. #define BABL_APP_WINDOWSPLITTING // splitting frames & windows
  42. //All OSes
  43. //#define BABL_WINDOWS
  44. #define BABL_READMUX
  45. //#define BABL_VI
  46. #define BABL_MAC
  47. #define BABL_LINUX
  48. //#define BABL_EMACS
  49. #define BABL_CHROMEOS