Adding layer fall-through lookup

- Updated the Scan module API functions (LED and Analog)
This commit is contained in:
Jacob Alexander 2014-07-26 14:06:19 -07:00
parent 8193687d29
commit 4e79452860
2 changed files with 69 additions and 21 deletions

View file

@ -91,7 +91,7 @@ typedef struct TriggerMacro {
typedef struct TriggerGuide {
uint8_t type;
uint8_t state;
uint8_t scancode;
uint8_t scanCode;
} TriggerGuide;