This commit is contained in:
ploopyco 2025-06-18 11:59:34 -04:00
parent 2b18366fb8
commit 54f553c494
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <stdbool.h>
#include "i2c_master.h"
#define POINTING_DEVICE_AS5600_ENABLE true
#define POINTING_DEVICE_AS5600_TICK_COUNT 128
// 12 was found to be a good value experimentally, balancing good

View File

@ -17,6 +17,7 @@
#pragma once
#define POINTING_DEVICE_HIRES_SCROLL_ENABLE 0
#define POINTING_DEVICE_AS5600_ENABLE true
#define I2C_DRIVER I2CD1
#define I2C1_SDA_PIN GP22