Add test states.
This commit is contained in:
19
right/src/test_states.h
Normal file
19
right/src/test_states.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __TEST_STATES__
|
||||
#define __TEST_STATES__
|
||||
|
||||
// Typedefs:
|
||||
|
||||
typedef struct {
|
||||
bool disableUsb;
|
||||
bool disableI2c;
|
||||
bool disableKeyMatrixScan;
|
||||
bool disableLedSdb;
|
||||
bool disableLedFetPwm;
|
||||
bool disableLedDriverPwm;
|
||||
} test_states_t;
|
||||
|
||||
// Variables:
|
||||
|
||||
extern test_states_t TestStates;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user