diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-01-20 01:24:22 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-01-20 01:24:22 -0500 |
| commit | 15576352ea871f2d2a6c3fc02d5c90d9741395ff (patch) | |
| tree | afae8e35dbaf86b115c1dd723f261e052c4607b4 /keyboard.h | |
| parent | 8dccfdebef5d99cd3a9173c580e3d712b0314ad5 (diff) | |
| download | suggpicker-15576352ea871f2d2a6c3fc02d5c90d9741395ff.tar.gz | |
virtual keyboard: get rid of keymap
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 24162ef..6aacbb7 100644 --- a/keyboard.h +++ b/keyboard.h @@ -130,8 +130,6 @@ 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); -void create_and_upload_keymap(struct kbd *kb, const char *name, - uint32_t comp_unichr, uint32_t comp_shift_unichr); #ifndef LAYOUT #error "make sure to define LAYOUT" |
