logo

qmk_firmware

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

config.h (350B)


  1. // Copyright 2022 Eason
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define WS2812_SPI_DRIVER SPID2
  5. #define WS2812_SPI_MOSI_PAL_MODE 5
  6. /* disable debug print */
  7. //#define NO_DEBUG
  8. /* disable print */
  9. //#define NO_PRINT
  10. /* disable action features */
  11. //#define NO_ACTION_LAYER
  12. //#define NO_ACTION_TAPPING
  13. //#define NO_ACTION_ONESHOT