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