1
0
Fork 0

Fix waiting_keys and periodical update for delaying layer.

This commit is contained in:
tmk 2013-01-15 00:06:52 +09:00
parent 32633a42c7
commit f609712da3
4 changed files with 90 additions and 151 deletions

View file

@ -224,6 +224,5 @@ action_t keymap_get_action(uint8_t layer, uint8_t row, uint8_t col) {
action.code = ACTION_NO;
break;
}
debug("action: "); debug_hex16(action.code); debug("\n");
return action;
}