config.h 590 B

1234567891011121314151617181920212223
  1. #pragma once
  2. // help for fast typist+dual function keys?
  3. #define PERMISSIVE_HOLD
  4. // Let me type `ls -l` more quickly.
  5. #define TAPPING_FORCE_HOLD
  6. // where is the cord plugged in?
  7. #define MASTER_RIGHT
  8. /* speed up mousekeys a bit */
  9. #define MOUSEKEY_DELAY 50
  10. #define MOUSEKEY_INTERVAL 20
  11. #define MOUSEKEY_MAX_SPEED 8
  12. #define MOUSEKEY_TIME_TO_MAX 30
  13. #define MOUSEKEY_WHEEL_MAX_SPEED 8
  14. #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
  15. // because I'm lazy and didn't case out the rgb support
  16. #define RGBLED_NUM 2
  17. #define BACKLIGHT_PIN B7
  18. #define BACKLIGHT_LEVELS 3