pinkies out v3.1 add tap to reset and cirque rotation for the pinkies out v3 case

This commit is contained in:
Sadek Baroudi 2024-07-16 22:34:43 -07:00
parent 29097c9000
commit 7bac36ab50
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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 <http://www.gnu.org/licenses/>.
#define POINTING_DEVICE_INVERT_Y
#endif
#ifdef CIRQUE_ENABLE
#define POINTING_DEVICE_ROTATION_90
#endif
#include "keyboards/fingerpunch/src/config_post.h"