config.h 447 B

12345678910111213141516171819202122
  1. // Copyright 2023 Colin Kinloch (@ColinKinloch)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define RGB_MATRIX_TYPING_HEATMAP_SPREAD 9
  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