summary refs log tree commit diff
path: root/keyboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard.h')
-rw-r--r--keyboard.h3
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