forked from mirrors/qmk_userspace
Improve pmw3360 sensor and make it more hardware agnostic (#14097)
This commit is contained in:
parent
3452c89c8b
commit
da1c011afc
6 changed files with 99 additions and 74 deletions
|
|
@ -89,3 +89,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define SERIAL_USE_MULTI_TRANSACTION
|
||||
#define SPLIT_TRANSACTION_IDS_KB RPC_ID_STATE_SYNC, RPC_ID_SLAVE_STATE
|
||||
|
||||
/* PMW3360 Settings */
|
||||
#define PMW3360_CS_PIN B0
|
||||
|
|
|
|||
|
|
@ -90,3 +90,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define SERIAL_USE_MULTI_TRANSACTION
|
||||
#define SPLIT_TRANSACTION_IDS_KB RPC_ID_STATE_SYNC, RPC_ID_SLAVE_STATE
|
||||
|
||||
/* PMW3360 Settings */
|
||||
#define PMW3360_CS_PIN B0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue