logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (739B)


  1. // Copyright 2021 Tybera (@tybera)
  2. // Copyright 2021 Werther (@thewerther)
  3. // Copyright 2022 Vino Rodrigues (@vinorodrigues)
  4. // SPDX-License-Identifier: GPL-2.0-or-later
  5. #pragma once
  6. #if defined(RGB_MATRIX_ENABLE)
  7. #ifndef ID67_DISABLE_UNDERGLOW
  8. #define RGB_MATRIX_LED_COUNT 77
  9. #else
  10. #define RGB_MATRIX_LED_COUNT (77 - 10)
  11. #endif
  12. #endif // RGB_MATRIX_ENABLE
  13. /* -----------------------
  14. * Feature disable options
  15. * These options are also useful to firmware size reduction.
  16. * ----------------------- */
  17. /* disable debug print */
  18. // #define NO_DEBUG
  19. /* disable print */
  20. // #define NO_PRINT
  21. /* disable action features */
  22. // #define NO_ACTION_LAYER
  23. // #define NO_ACTION_TAPPING
  24. // #define NO_ACTION_ONESHOT