summaryrefslogtreecommitdiff
path: root/common/keyboard_8042.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/keyboard_8042.c')
-rw-r--r--common/keyboard_8042.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/keyboard_8042.c b/common/keyboard_8042.c
index 217bf52339..cf2b5bec94 100644
--- a/common/keyboard_8042.c
+++ b/common/keyboard_8042.c
@@ -876,6 +876,9 @@ static void keyboard_special(uint16_t k)
case 0x0041: /* bright */
demo_brightness(1);
break;
+ case 0x0014: /* T */
+ demo_tap();
+ break;
}
#endif