logo

qmk_firmware

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

config.h (572B)


  1. // Copyright 2022 gachiham (@gachiham)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /*
  5. * Feature disable options
  6. * These options are also useful to firmware size reduction.
  7. */
  8. /* disable debug print */
  9. //#define NO_DEBUG
  10. /* disable print */
  11. //#define NO_PRINT
  12. /* disable action features */
  13. //#define NO_ACTION_LAYER
  14. //#define NO_ACTION_TAPPING
  15. //#define NO_ACTION_ONESHOT
  16. #define MATRIX_MASKED
  17. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
  18. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
  19. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED_MASK 0U