Skip to content

Commit

Permalink
Rev4
Browse files Browse the repository at this point in the history
  • Loading branch information
freznel10 committed Jun 16, 2023
1 parent 1aabcfd commit fa0d595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/zerfstudios/chunky/rev4/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define PMW33XX_CS_PIN GP14
#endif //POINTING_DEVICE_DRIVER_PMW3360
#define MOUSE_SCROLL_EXTENDED_REPORT
#define MOUSE_SCROLL_HIRES_ENABLE
// #define MOUSE_SCROLL_HIRES_ENABLE

/* Trackpoint configuration. */
#define PS2_PIO_USE_PIO1
Expand Down
3 changes: 1 addition & 2 deletions quantum/pointing_device/pointing_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "report.h"
#include "gpio.h"
#include "pointing_device_internal.h"
size_t
e#include "gpio.h"
#include "gpio.h"

#ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE
# include "pointing_device_auto_mouse.h"
Expand Down

0 comments on commit fa0d595

Please sign in to comment.