Make slaves send their module id to the master.

This commit is contained in:
László Monda
2017-10-05 17:26:10 +02:00
parent 21beb59cb6
commit bd76fb44c2
5 changed files with 41 additions and 9 deletions

View File

@@ -25,14 +25,6 @@
// Typedefs:
typedef enum {
ModuleId_LeftKeyboardHalf = 1,
ModuleId_KeyClusterLeft = 2,
ModuleId_TrackballRight = 3,
ModuleId_TrackpointRight = 4,
ModuleId_TouchpadRight = 5,
} module_id_t;
typedef struct {
uint8_t acceleration;
uint8_t maxSpeed;