logo

qmk_firmware

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

config.h (710B)


  1. // Copyright 2022 IBNobody (@IBNobody)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #if defined(RGB_MATRIX_ENABLE)
  5. #ifndef ID27_DISABLE_UNDERGLOW
  6. #define RGB_MATRIX_LED_COUNT 31 // The number of LEDs connected
  7. #else
  8. #define RGB_MATRIX_LED_COUNT 27 // -4 disabled underglow LEDs
  9. #endif
  10. #endif // RGB_MATRIX_ENABLE
  11. /* -----------------------
  12. * Feature disable options
  13. * These options are also useful to firmware size reduction.
  14. * ----------------------- */
  15. /* disable debug print */
  16. // #define NO_DEBUG
  17. /* disable print */
  18. // #define NO_PRINT
  19. /* disable action features */
  20. // #define NO_ACTION_LAYER
  21. // #define NO_ACTION_TAPPING
  22. // #define NO_ACTION_ONESHOT