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.

19 lines
318 B

  1. #pragma once
  2. #include "drashna.h"
  3. //define diablo macro timer variables
  4. extern uint16_t diablo_timer[4];
  5. extern uint8_t diablo_times[];
  6. extern uint8_t diablo_key_time[4];
  7. void run_diablo_macro_check(void);
  8. #ifdef TAP_DANCE_ENABLE
  9. enum {
  10. TD_D3_1 = 0,
  11. TD_D3_2,
  12. TD_D3_3,
  13. TD_D3_4
  14. };
  15. #endif // TAP_DANCE_ENABLE