Skip to content

Commit

Permalink
some catch up
Browse files Browse the repository at this point in the history
}
  • Loading branch information
freznel10 committed Jun 9, 2023
1 parent cd55e01 commit 2667e2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keyboards/zerfstudios/chunky/rev1/rev1.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
const pointing_device_config_t pointing_device_configs[POINTING_DEVICE_COUNT] = {
{.driver = &pmw3360_driver_spi_default, .config = &pmw3360_config_spi_default, .throttle = 10, .invert = INVERT_X, .side = LEFT},
{.driver = &pmw3360_driver_spi_default, .config = &pmw3360_config_spi_default, .throttle = 10, .invert = INVERT_X, .side = RIGHT},
// {.driver = &ps2_trackpoint_driver_ps2_default, .config = &ps2_trackpoint_config_ps2_default, .side = LEFT}
{.driver = &ps2_trackpoint_driver_ps2_default, .config = &ps2_trackpoint_config_ps2_default, .side = LEFT}

};

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

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

0 comments on commit 2667e2c

Please sign in to comment.