summaryrefslogtreecommitdiffstats
path: root/app/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/keymap.c')
-rw-r--r--app/keymap.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/keymap.c b/app/keymap.c
index d812911..5710237 100644
--- a/app/keymap.c
+++ b/app/keymap.c
@@ -129,6 +129,12 @@ static int at_to_usb_consumer[AT_SC_MAX] = {
+void
+scancode_error (void)
+{
+ keyboard_error ();
+ consumer_error ();
+}
void
scancode_dispatch (int key, int updown)