dlip/haritev2 - Post merge fixes (#25264)

This commit is contained in:
Joel Challis 2025-05-14 13:00:33 +01:00 committed by GitHub
parent 59c3612590
commit 8c108efb0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 8 additions and 11 deletions

View File

@ -0,0 +1,5 @@
{
"features": {
"pointing_device": true
}
}

View File

@ -1,3 +1 @@
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi

View File

@ -3,8 +3,5 @@
#pragma once
#define HAL_USE_SPI TRUE
#define SPI_USE_WAIT TRUE
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
#include_next <halconf.h>

View File

@ -6,8 +6,6 @@
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": true
@ -23,7 +21,6 @@
"driver": "vendor"
}
},
"url": "",
"usb": {
"device_version": "1.0.0",
"pid": "0x4832",

View File

@ -1,8 +1,10 @@
{
"features": {
"joystick": true
"joystick": true,
"pointing_device": true
},
"joystick": {
"driver": "analog",
"axes": {
"x": {
"high": 938,

View File

@ -1,3 +1 @@
POINTING_DEVICE_ENABLE = yes
POINTING_DEVICE_DRIVER = pmw3389
JOYSTICK_DRIVER = analog