Skip to content

Commit

Permalink
Keymap: Removed TP related settings
Browse files Browse the repository at this point in the history
  • Loading branch information
infused-kim committed Jan 6, 2024
1 parent 543c1ef commit 3d09719
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions config/includes/mouse_keys.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
#include <dt-bindings/zmk/mouse.h>
#endif

#ifdef HAS_PS2
#include <dt-bindings/zmk/mouse_settings.h>
#endif


// These are defines to make the keymap behavior for adjusting
// trackpoint settings shorter.
//
Expand All @@ -29,16 +24,6 @@
#define U_MSS_TP_PT_I &mms MS_TP_PTS_THRESHOLD_INCR
#define U_MSS_TP_PT_D &mms MS_TP_PTS_THRESHOLD_DECR

#ifdef HAS_PS2

// Set the layer that should automatically activate when the mouse is
// moving
&mouse_ps2 {
layer-toggle = <MOUSE_TP>;
};

#endif

// Below are settings and behavior defines for mouse keys.
// If your mouse/trackpoint is not working, try if the
// mouse keys are working to try to narrow down the problem.
Expand Down

0 comments on commit 3d09719

Please sign in to comment.