forked from mirrors/qmk_userspace
Add Split support for Haptic feedback (#19203)
This commit is contained in:
parent
ac561b9473
commit
b585ece5ef
5 changed files with 76 additions and 0 deletions
|
@ -88,6 +88,10 @@ enum serial_transaction_id {
|
|||
PUT_WATCHDOG,
|
||||
#endif // defined(SPLIT_WATCHDOG_ENABLE)
|
||||
|
||||
#if defined(HAPTIC_ENABLE) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
PUT_HAPTIC,
|
||||
#endif // defined(HAPTIC_ENABLE) && defined(SPLIT_HAPTIC_ENABLE)
|
||||
|
||||
#if defined(SPLIT_TRANSACTION_IDS_KB) || defined(SPLIT_TRANSACTION_IDS_USER)
|
||||
PUT_RPC_INFO,
|
||||
PUT_RPC_REQ_DATA,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue