logo

qmk_firmware

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

config.h (443B)


  1. // Copyright 2024 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define SERIAL_USART_TX_PIN GP12
  5. #define USB_VBUS_PIN GP13
  6. #define I2C_DRIVER I2CD1
  7. #define I2C1_SDA_PIN GP6
  8. #define I2C1_SCL_PIN GP7
  9. /* RP2040- and hardware-specific config */
  10. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET // Activates the double-tap behavior
  11. #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
  12. #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64