Skip to content

Commit

Permalink
3x5 done
Browse files Browse the repository at this point in the history
  • Loading branch information
bullwinkle3000 committed Nov 19, 2024
1 parent d44baa0 commit 37d521d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define POINTING_DEVICE_INVERT_X
#define PMW33XX_CS_PIN GP21
#define POINTING_DEVICE_TASK_THROTTLE_MS 1
#define PMW33XX_LIFTOFF_DISTANCE 0x02
#define PMW33XX_LIFTOFF_DISTANCE 0x03

#define SPLIT_TRANSACTION_IDS_KB RPC_ID_KB_CONFIG_SYNC

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
{
"flags": 4,
"matrix": [
7,uuiiiooyypphh
7,
2
],
"x": 175,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,9 @@ void keyboard_post_init_user(void) {
debug_keyboard=false;
debug_mouse=false;
#endif

#ifdef POINTING_DEVICE_COMBINED
pointing_device_set_cpi_on_side(true, CHARYBDIS_DRAGSCROLL_DPI); // LEFT
pointing_device_set_cpi_on_side(false, 2000); // RIGHT
#endif
}

0 comments on commit 37d521d

Please sign in to comment.