config.h 983 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. This is the c configuration file for the keymap
  3. Copyright 2012 Jun Wako <wakojun@gmail.com>
  4. Copyright 2015 Jack Humbert
  5. This program is free software: you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation, either version 2 of the License, or
  8. (at your option) any later version.
  9. */
  10. #ifndef CONFIG_USER_H
  11. #define CONFIG_USER_H
  12. #include "../../config.h"
  13. #define TAPPING_TOGGLE 1
  14. #define TAPPING_TERM 300
  15. #define ONESHOT_TAP_TOGGLE 2
  16. #define ONESHOT_LAYER_TOGGLE 2
  17. #define ONESHOT_TIMEOUT 800
  18. #define USE_I2C
  19. #define MOUSEKEY_INTERVAL 50
  20. #define MOUSEKEY_DELAY 0
  21. #define MOUSEKEY_TIME_TO_MAX 60
  22. #define MOUSEKEY_MAX_SPEED 7
  23. #define MOUSEKEY_WHEEL_DELAY 0
  24. #define MOUSEKEY_WHEEL_MAX_SPEED 8
  25. #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
  26. // #define MASTER_LEFT
  27. // #define MASTER_RIGHT
  28. #define EE_HANDS
  29. #define PREVENT_STUCK_MODIFIERS
  30. #define IGNORE_MOD_TAP_INTERRUPT
  31. #define PERMISSIVE_HOLD
  32. #endif