Add RP2040 specific configs

This commit is contained in:
foostan 2024-02-03 08:22:46 +09:00
parent 94f0348c24
commit d192388577
No known key found for this signature in database
GPG Key ID: 5717998CB8742205

View File

@ -13,3 +13,10 @@
#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
/* RP2040- and hardware-specific config */
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 500U
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
#define DYNAMIC_KEYMAP_LAYER_COUNT 6