config.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 200
  15. #define ONESHOT_TAP_TOGGLE 2
  16. #define ONESHOT_LAYER_TOGGLE 2
  17. #define ONESHOT_TIMEOUT 300
  18. /* Use I2C or Serial, not both */
  19. // #define USE_SERIAL
  20. #define USE_I2C
  21. #define MOUSEKEY_INTERVAL 50
  22. #define MOUSEKEY_DELAY 0
  23. #define MOUSEKEY_TIME_TO_MAX 60
  24. #define MOUSEKEY_MAX_SPEED 7
  25. #define MOUSEKEY_WHEEL_DELAY 0
  26. #define MOUSEKEY_WHEEL_MAX_SPEED 8
  27. #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
  28. // #define MASTER_LEFT
  29. // #define _MASTER_RIGHT
  30. #define EE_HANDS
  31. #define PREVENT_STUCK_MODIFIERS
  32. //#define IGNORE_MOD_TAP_INTERRUPT
  33. #define PERMISSIVE_HOLD
  34. #endif