Open GoogleCodeExporter opened 8 years ago
ok, so far noone has requested such a function.
Maybe add the following function to the end of m2pin.c
void m2_UnsetPin(uint8_t key)
{
m2_key_to_pin_array[idx].status &= ~M2_IS_KEY_ASSIGNED;
}
calling this function may solve proproblem, but i have not tested this.
Original comment by olikr...@gmail.com
on 9 Jun 2015 at 6:47
Original issue reported on code.google.com by
trance...@gmail.com
on 9 Jun 2015 at 3:46