summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-05-25 09:24:01 -0700
committerGitHub <noreply@github.com>2021-05-25 09:24:01 -0700
commitf461adbd1dffa178042a4805137918a4bec3c118 (patch)
treeb0ae27e54c08157dfc88cfdaf8d94fbae1af9e87 /keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c
parentcc815c4d830eb1ec8f1098b2f19fdfa99073a954 (diff)
[Keymap] Update to Drashna keymap and user code (based on develop) (#12936)
Diffstat (limited to 'keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c')
-rw-r--r--keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c
index 8007fecef6..9b6d93207a 100644
--- a/keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c
+++ b/keyboards/handwired/dactyl_manuform/5x6_right_trackball/pmw3360.c
@@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef POINTING_DEVICE_ENABLE
#include "pmw3360.h"
#include "pmw3360_firmware.h"
@@ -223,3 +224,5 @@ report_pmw_t pmw_read_burst(void) {
return data;
}
+
+#endif