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.

30 lines
1.2 KiB

  1. #include "../../config.h"
  2. /**
  3. *JD45 keymap definition macro
  4. */
  5. #define LAYOUT_JD45( \
  6. K01, K02, K03, K04, K05, K06, K07, K08, K09, K10, K11, K12, K13, \
  7. K14, K15, K16, K17, K18, K19, K20, K21, K22, K23, K24, K25, \
  8. K26, K27, K28, K29, K30, K31, K32, K33, K34, K35, K36, K37, \
  9. K38, K39, K40, K41, K42, K43, K44, K45, K46, K47 \
  10. ) { \
  11. { K01, K02, K03, K04, K05, K06, K07, K08, K09, K10, K11, K12, K13 }, \
  12. { K14, K15, K16, K17, K18, K19, K20, K21, K22, K23, K24, K25, KC_NO }, \
  13. { K26, K27, K28, K29, K30, K31, K32, K33, K34, K35, K36, K37, KC_NO }, \
  14. { K38, K39, K40, K41, K42, KC_NO, K43, KC_NO, K44, K45, K46, K47, KC_NO } \
  15. }
  16. /**
  17. * This makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when
  18. * you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
  19. */
  20. #define IGNORE_MOD_TAP_INTERRUPT
  21. /**
  22. * Improve the smootheness of mouse interaction
  23. */
  24. #define MOUSEKEY_INTERVAL 20
  25. #define MOUSEKEY_DELAY 0
  26. #define MOUSEKEY_TIME_TO_MAX 5
  27. #define MOUSEKEY_MAX_SPEED 2
  28. #define MOUSEKEY_WHEEL_DELAY 0