Files
firmware/shared/bridge_protocol.h
2017-05-29 22:14:11 +02:00

15 lines
325 B
C

#ifndef __BRIDGE_PROTOCOL_H__
#define __BRIDGE_PROTOCOL_H__
// Typedefs:
typedef enum {
SlaveCommand_GetKeyStates,
SlaveCommand_SetTestLed,
SlaveCommand_SetLedPwmBrightness,
SlaveCommand_SetDisableKeyMatrixScanState,
SlaveCommand_SetDisableLedSdb,
} slave_command_t;
#endif