pinkies out v3.1 add tap to reset and cirque rotation for the pinkies out v3 case
This commit is contained in:
parent
29097c9000
commit
7bac36ab50
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue