diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-20 20:23:31 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-20 20:23:31 -0500 |
| commit | 10398d3f9a18575f328d3784beacbc1e937886b8 (patch) | |
| tree | 5ef0d4727c1832fc128449531783380cb2838277 /keyboard.h | |
| parent | c8bd7a2d3973780d430007da9c0229bd7d1aa693 (diff) | |
| download | suggpicker-10398d3f9a18575f328d3784beacbc1e937886b8.tar.gz | |
switch_layout: remove
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboard.h b/keyboard.h index 2e05e72..5c8aa95 100644 --- a/keyboard.h +++ b/keyboard.h @@ -126,8 +126,6 @@ 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); -void kbd_switch_layout(struct kbd *kb, struct layout *l); - #ifndef LAYOUT #error "make sure to define LAYOUT" |
