diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-20 20:26:34 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-20 20:26:34 -0500 |
| commit | 8a3e71164d730500105ae1de2f9a666fb11c9eae (patch) | |
| tree | cc6a73018ff540618394f188c5f9e47c43dfc2ce /keyboard.h | |
| parent | 10398d3f9a18575f328d3784beacbc1e937886b8 (diff) | |
| download | suggpicker-8a3e71164d730500105ae1de2f9a666fb11c9eae.tar.gz | |
rows: limit to 1
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard.h b/keyboard.h index 5c8aa95..ca6d43d 100644 --- a/keyboard.h +++ b/keyboard.h @@ -124,7 +124,6 @@ void kbd_print_key_stdout(struct kbd *kb, struct key *k); void kbd_draw_key(struct kbd *kb, struct key *k, enum key_draw_type); void kbd_draw_layout(struct kbd *kb); void kbd_resize(struct kbd *kb, struct layout *layouts, uint8_t layoutcount); -uint8_t kbd_get_rows(struct layout *l); double kbd_get_row_length(struct key *k); #ifndef LAYOUT |
