qmk_firmware

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

config.h (501B)


      1 // Copyright 2021 JasonRen(biu)
      2 // Copyright 2022 Drashna Jael're (@Drashna Jael're)
      3 // SPDX-License-Identifier: GPL-2.0-or-later
      4 
      5 #pragma once
      6 
      7 /*
      8  * Feature disable options
      9  *  These options are also useful to firmware size reduction.
     10  */
     11 
     12 /* disable debug print */
     13 //#define NO_DEBUG
     14 
     15 /* disable print */
     16 //#define NO_PRINT
     17 
     18 /* disable action features */
     19 //#define NO_ACTION_LAYER
     20 //#define NO_ACTION_TAPPING
     21 //#define NO_ACTION_ONESHOT
     22 
     23 #define SPLIT_TRANSACTION_IDS_KB KEYBOARD_CURRENT_ALPA_SYNC