Skip to content

Commit

Permalink
Add Multitouch Device ID for MacBook Pro M1. (#43)
Browse files Browse the repository at this point in the history
Fix #42.
  • Loading branch information
1024jp authored Dec 30, 2020
1 parent b42a9fe commit cd221bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion HapticKey/Classes/HTKMultitouchActuator.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ - (BOOL)actuateActuationID:(SInt32)actuationID unknown1:(UInt32)unknown1 unknown
// For MacBook Pro 2016, 2017
0x200000001000000,
// For MacBook Pro 2018
0x300000080500000
0x300000080500000,
// For MacBook Pro (M1, 2020)
0x200000000000024
};

- (void)_htk_main_openActuator
Expand Down

0 comments on commit cd221bc

Please sign in to comment.