Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2025-05-14 12:01:11 +00:00
commit e553cf7214
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 POINTING_DEVICE_DRIVER = cirque_pinnacle_spi

View File

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

View File

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

View File

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

View File

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