qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (426B)


      1 // Copyright 2022 zzeneg (@zzeneg)
      2 // SPDX-License-Identifier: GPL-2.0-or-later
      3 
      4 #pragma once
      5 
      6 #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
      7 #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
      8 #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
      9 
     10 #ifdef RGBLIGHT_ENABLE
     11 #    define PICA40_RGBLIGHT_TIMEOUT 5 // turn RGB off after N minutes
     12 #endif
     13 
     14 #ifdef ENCODER_ENABLE
     15 #   define SPLIT_TRANSACTION_IDS_KB ENCODER_SYNC
     16 #endif