diff options
| author | Maarten van Gompel <proycon@anaproy.nl> | 2021-08-26 01:02:42 +0200 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2021-10-19 23:12:01 -0700 |
| commit | b88d2cd0a556f8cbf1e3bc571281c945abf2d41a (patch) | |
| tree | d9be1200ec2ac6fde4e66c07645bd10bfcc18caf /keyboard.h | |
| parent | 9e476e7f095feb68ac93273351c03e95fd81b3cf (diff) | |
| download | suggpicker-b88d2cd0a556f8cbf1e3bc571281c945abf2d41a.tar.gz | |
refactored keymap loading
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboard.h b/keyboard.h index 8940608..f71ffdf 100644 --- a/keyboard.h +++ b/keyboard.h @@ -114,12 +114,11 @@ 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(const char *name, uint32_t comp_unichr, +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" #endif #include LAYOUT - #endif |
