qmk_firmware

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

config.h (435B)


      1 // Copyright 2021 Cedric Vincent (@cdc-mkb)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define BACKLIGHT_RESOLUTION 0x400
      7 
      8 /*
      9  * Feature disable options
     10  *  These options are also useful to firmware size reduction.
     11  */
     12 
     13 /* disable debug print */
     14 //#define NO_DEBUG
     15 
     16 /* disable print */
     17 //#define NO_PRINT
     18 
     19 /* disable action features */
     20 //#define NO_ACTION_LAYER
     21 //#define NO_ACTION_TAPPING
     22 //#define NO_ACTION_ONESHOT