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.

36 lines
868 B

6 years ago
  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 3
  16. #define ONESHOT_LAYER_TOGGLE 3
  17. #define ONESHOT_TIMEOUT 800
  18. #define MOUSEKEY_INTERVAL 50
  19. #define MOUSEKEY_DELAY 0
  20. #define MOUSEKEY_TIME_TO_MAX 60
  21. #define MOUSEKEY_MAX_SPEED 7
  22. #define MOUSEKEY_WHEEL_DELAY 0
  23. #define MOUSEKEY_WHEEL_MAX_SPEED 8
  24. #define MOUSEKEY_WHEEL_TIME_TO_MAX 40
  25. #define IGNORE_MOD_TAP_INTERRUPT
  26. #define PERMISSIVE_HOLD
  27. #endif