Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-tolkachev committed Feb 2, 2025
1 parent 6baf860 commit 5ffbdd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion keyboards/ergohaven/ergohaven_pointing.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ report_mouse_t pointing_device_task_user(report_mouse_t mrpt) {
is_mouse_active = abs(mrpt.x) > 1 || abs(mrpt.y) > 1 || abs(mrpt.v) > 1 || abs(mrpt.h) > 1 || mrpt.buttons;
#endif
#ifdef EH_TRACKBALL_LAYERS
{
if (is_hid_active()) {
static uint16_t last_sync = 0;
static uint16_t acc_sync = 0;
static uint16_t acc = 0;
Expand Down
4 changes: 0 additions & 4 deletions keyboards/ergohaven/k03pro/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,3 @@
#define VIA_EEPROM_LAYOUT_OPTIONS_DEFAULT 0x0000025d

#define POINTING_DEVICE_AUTO_MOUSE_ENABLE
#define EH_POINTING_KEYCODES

// #undef NO_DEBUG
// #define DEBUG_MATRIX_SCAN_RATE

0 comments on commit 5ffbdd2

Please sign in to comment.