config.h 357 B

1234567891011
  1. // Copyright 2024 Florent (@FLinguenheld)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. /* Flash */
  5. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior
  6. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 200U // In ms in which the double tap can occur
  7. #define EE_HANDS
  8. #define SERIAL_USART_TX_PIN GP11