qmk_firmware

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

config.h (432B)


      1 // Copyright 2022 Keyprez (https://github.com/keyprez)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define MASTER_RIGHT
      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