Merge pull request #303 from innovaker/kscan-mock-32
feat(kscan_mock): Increase max number of events
This commit is contained in:
commit
07cf103747
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ LOG_MODULE_DECLARE(zmk, CONFIG_ZMK_LOG_LEVEL);
|
|||
struct kscan_mock_data {
|
||||
kscan_callback_t callback;
|
||||
|
||||
u8_t event_index;
|
||||
u32_t event_index;
|
||||
struct k_delayed_work work;
|
||||
struct device *dev;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue