Skip to content

Commit

Permalink
Add include for i2c stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna committed May 30, 2021
1 parent cfde0b6 commit 81434c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantum/pointing_device_drivers.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const pointing_device_driver_t pointing_device_driver = {
};

#elif defined POINTING_DEVICE_DRIVER_pimoroni_trackball
#include "i2c_master.h"

void init(void) {
i2c_init();
trackball_set_rgbw(0x00, 0x00, 0x00, 0x00);
Expand Down

0 comments on commit 81434c2

Please sign in to comment.