fix wrong type
This commit is contained in:
@@ -218,7 +218,7 @@ void deleteSystemScancode(uint8_t scancode)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void addScancode(uint16_t scancode, macro_sub_action_t type)
|
void addScancode(uint16_t scancode, keystroke_type_t type)
|
||||||
{
|
{
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case KeystrokeType_Basic:
|
case KeystrokeType_Basic:
|
||||||
@@ -233,7 +233,7 @@ void addScancode(uint16_t scancode, macro_sub_action_t type)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void deleteScancode(uint16_t scancode, macro_sub_action_t type)
|
void deleteScancode(uint16_t scancode, keystroke_type_t type)
|
||||||
{
|
{
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case KeystrokeType_Basic:
|
case KeystrokeType_Basic:
|
||||||
|
|||||||
Reference in New Issue
Block a user