From b88d2cd0a556f8cbf1e3bc571281c945abf2d41a Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 26 Aug 2021 01:02:42 +0200 Subject: refactored keymap loading --- keyboard.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyboard.h') 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 -- cgit 1.4.1