config.h 319 B

1234567891011121314151617181920212223
  1. #ifndef CONFIG_USER_H
  2. #define CONFIG_USER_H
  3. #ifndef NO_DEBUG
  4. #define NO_DEBUG
  5. #endif
  6. #ifndef NO_PRINT
  7. #define NO_PRINT
  8. #endif
  9. #include "../../config.h"
  10. #define TAPPING_TOGGLE 2
  11. #define TAPPING_TERM 300
  12. #define ONESHOT_TAP_TOGGLE 2
  13. #define ONESHOT_TIMEOUT 300
  14. #define _______ KC_TRNS
  15. #define XXXXXXX KC_NO
  16. #endif