config.h 426 B

12345678910111213141516
  1. // Copyright 2022 zzeneg (@zzeneg)
  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 GP17
  6. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
  7. #ifdef RGBLIGHT_ENABLE
  8. # define PICA40_RGBLIGHT_TIMEOUT 5 // turn RGB off after N minutes
  9. #endif
  10. #ifdef ENCODER_ENABLE
  11. # define SPLIT_TRANSACTION_IDS_KB ENCODER_SYNC
  12. #endif