mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
fixes
This commit is contained in:
parent
2b18366fb8
commit
54f553c494
@ -20,7 +20,6 @@
|
|||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include "i2c_master.h"
|
#include "i2c_master.h"
|
||||||
|
|
||||||
#define POINTING_DEVICE_AS5600_ENABLE true
|
|
||||||
#define POINTING_DEVICE_AS5600_TICK_COUNT 128
|
#define POINTING_DEVICE_AS5600_TICK_COUNT 128
|
||||||
|
|
||||||
// 12 was found to be a good value experimentally, balancing good
|
// 12 was found to be a good value experimentally, balancing good
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define POINTING_DEVICE_HIRES_SCROLL_ENABLE 0
|
#define POINTING_DEVICE_HIRES_SCROLL_ENABLE 0
|
||||||
|
#define POINTING_DEVICE_AS5600_ENABLE true
|
||||||
|
|
||||||
#define I2C_DRIVER I2CD1
|
#define I2C_DRIVER I2CD1
|
||||||
#define I2C1_SDA_PIN GP22
|
#define I2C1_SDA_PIN GP22
|
||||||
|
Loading…
Reference in New Issue
Block a user