Skip to content

Commit

Permalink
Remove duplicate PS2_MOUSE_SCROLL_BTN_MASK
Browse files Browse the repository at this point in the history
This is already defined in `trackpoint/config.h`. If you have input @ilc I'm all ears.
  • Loading branch information
SiriusStarr committed Jul 26, 2024
1 parent 9118348 commit 684efef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions keyboards/svalboard/keymaps/keymap_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "features/achordion.h"
#include "keymap_support.h"

#define PS2_MOUSE_SCROLL_BTN_MASK (1 << PS2_MOUSE_BTN_MIDDLE) // this mask disables the key for non-PS2 purposes

// in keymap.c:
#ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE
void pointing_device_init_user(void) {
Expand Down

0 comments on commit 684efef

Please sign in to comment.