logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

config.h (575B)


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