qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (350B)


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