1
0
Fork 0

Make "detected_host_os()" available on the SLAVE side of the split keyboard (#19854)

Co-authored-by: ngs.ch <ngs.ch>
Co-authored-by: Drashna Jaelre <drashna@drashna.net>
This commit is contained in:
ngs-ch 2023-04-04 07:48:51 +09:00 committed by GitHub
parent d82c6648f5
commit ccda5d2d2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 73 additions and 19 deletions

View file

@ -113,6 +113,10 @@ enum serial_transaction_id {
SPLIT_TRANSACTION_IDS_USER,
#endif // SPLIT_TRANSACTION_IDS_USER
#if defined(OS_DETECTION_ENABLE) && defined(SPLIT_DETECTED_OS_ENABLE)
PUT_DETECTED_OS,
#endif // defined(OS_DETECTION_ENABLE) && defined(SPLIT_DETECTED_OS_ENABLE)
NUM_TOTAL_TRANSACTIONS
};