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.

26 lines
523 B

  1. // Copyright 2024 Stefan Gluszek (@Stefan Gluszek)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /*
  5. * Feature disable options
  6. * These options are also useful to firmware size reduction.
  7. */
  8. /* disable debug print */
  9. // #define NO_DEBUG
  10. /* disable print */
  11. // #define NO_PRINT
  12. /* disable action features */
  13. // #define NO_ACTION_LAYER
  14. // #define NO_ACTION_TAPPING
  15. // #define NO_ACTION_ONESHOT
  16. #define SPLIT_USB_DETECT
  17. #define SPLIT_USB_TIMEOUT 2500
  18. #define ENCODERS_PAD_A { }
  19. #define ENCODERS_PAD_B { }