qmk_firmware

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

config.h (575B)


      1 // Copyright 2022 Diego Palacios (@diepala)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define SERIAL_USART_FULL_DUPLEX   // Enable full duplex operation mode.
      7 #define SERIAL_USART_TX_PIN B6     // USART TX pin
      8 #define SERIAL_USART_RX_PIN B7     // USART RX pin
      9 
     10 /*
     11  * Feature disable options
     12  *  These options are also useful to firmware size reduction.
     13  */
     14 
     15 /* disable debug print */
     16 //#define NO_DEBUG
     17 
     18 /* disable print */
     19 //#define NO_PRINT
     20 
     21 /* disable action features */
     22 //#define NO_ACTION_LAYER
     23 //#define NO_ACTION_TAPPING
     24 //#define NO_ACTION_ONESHOT