Skip to content

Commit

Permalink
pinkies out v3.1 add tap to reset and cirque rotation for the pinkies…
Browse files Browse the repository at this point in the history
… out v3 case
  • Loading branch information
sadekbaroudi committed Jul 17, 2024
1 parent 29097c9 commit 7bac36a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions keyboards/fingerpunch/pinkiesout/v3_1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit 7bac36a

Please sign in to comment.