diff --git a/keyboards/fingerpunch/pinkiesout/v3_1/config.h b/keyboards/fingerpunch/pinkiesout/v3_1/config.h index 436b81ea96..84f71ac4a1 100644 --- a/keyboards/fingerpunch/pinkiesout/v3_1/config.h +++ b/keyboards/fingerpunch/pinkiesout/v3_1/config.h @@ -17,6 +17,9 @@ along with this program. If not, see . #pragma once +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET +#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U + /* key matrix size */ #define MATRIX_ROWS 9 #define MATRIX_COLS 8 @@ -156,4 +159,8 @@ along with this program. If not, see . #define POINTING_DEVICE_INVERT_Y #endif +#ifdef CIRQUE_ENABLE + #define POINTING_DEVICE_ROTATION_90 +#endif + #include "keyboards/fingerpunch/src/config_post.h"