logo

qmk_firmware

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

config.h (704B)


  1. // Copyright 2022 Yoichiro Tanaka (@yoichiro)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
  5. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP25
  6. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
  7. #define SERIAL_USART_FULL_DUPLEX
  8. #define SERIAL_USART_TX_PIN GP0
  9. #define SERIAL_USART_RX_PIN GP1
  10. //#define SERIAL_DEBUG
  11. #define WS2812_PIO_USE_PIO1
  12. /*
  13. * Feature disable options
  14. * These options are also useful to firmware size reduction.
  15. */
  16. /* disable debug print */
  17. //#define NO_DEBUG
  18. /* disable print */
  19. //#define NO_PRINT
  20. /* disable action features */
  21. //#define NO_ACTION_LAYER
  22. //#define NO_ACTION_TAPPING
  23. //#define NO_ACTION_ONESHOT