config.h 501 B

1234567891011121314151617181920212223
  1. // Copyright 2021 JasonRen(biu)
  2. // Copyright 2022 Drashna Jael're (@Drashna Jael're)
  3. // SPDX-License-Identifier: GPL-2.0-or-later
  4. #pragma once
  5. /*
  6. * Feature disable options
  7. * These options are also useful to firmware size reduction.
  8. */
  9. /* disable debug print */
  10. //#define NO_DEBUG
  11. /* disable print */
  12. //#define NO_PRINT
  13. /* disable action features */
  14. //#define NO_ACTION_LAYER
  15. //#define NO_ACTION_TAPPING
  16. //#define NO_ACTION_ONESHOT
  17. #define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC