config.h 432 B

12345678910111213141516171819202122
  1. // Copyright 2022 Keyprez (https://github.com/keyprez)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define MASTER_RIGHT
  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