logo

qmk_firmware

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

config.h (639B)


  1. // Copyright 2022 Andrew Kannan (@awkannan)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define BACKLIGHT_PWM_DRIVER PWMD3
  5. #define BACKLIGHT_PWM_CHANNEL 1
  6. #define BACKLIGHT_PAL_MODE 1
  7. #define WS2812_SPI_DRIVER SPID2
  8. #define WS2812_SPI_MOSI_PAL_MODE 0
  9. #define WS2812_SPI_SCK_PAL_MODE 0
  10. #define WS2812_SPI_SCK_PIN B13
  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