mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-12-21 15:29:21 +00:00
Fixed comment
This commit is contained in:
parent
123e345b6e
commit
fc22f5be53
@ -91,7 +91,7 @@ void asdf_put_code(asdf_keycode_t code)
|
|||||||
//
|
//
|
||||||
// SIDE EFFECTS: modifies buffer state.
|
// SIDE EFFECTS: modifies buffer state.
|
||||||
//
|
//
|
||||||
// NOTES: If buffer is full, silently drop the code.
|
// NOTES: If the buffer is empty, the code ASDF_INVALID_CODE is returned.
|
||||||
//
|
//
|
||||||
// SCOPE: public
|
// SCOPE: public
|
||||||
//
|
//
|
||||||
@ -512,7 +512,6 @@ void asdf_keyscan(void)
|
|||||||
asdf_cols_t (*row_reader)(uint8_t) = (asdf_cols_t(*)(uint8_t)) asdf_hook_get(ASDF_HOOK_SCANNER);
|
asdf_cols_t (*row_reader)(uint8_t) = (asdf_cols_t(*)(uint8_t)) asdf_hook_get(ASDF_HOOK_SCANNER);
|
||||||
|
|
||||||
asdf_hook_execute(ASDF_HOOK_EACH_SCAN);
|
asdf_hook_execute(ASDF_HOOK_EACH_SCAN);
|
||||||
|
|
||||||
for (uint8_t row = 0; row < asdf_keymaps_num_rows(); row++) {
|
for (uint8_t row = 0; row < asdf_keymaps_num_rows(); row++) {
|
||||||
asdf_cols_t row_key_state = (*row_reader)(row);
|
asdf_cols_t row_key_state = (*row_reader)(row);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user