# LilyGo T-Keyboard Component [](https://components.espressif.com/components/espp/t_keyboard) The `TKeyboard` component provides a simple interface to the T-Keyboard keypad. It allows you to read which key is currently pressed. Note: the t-keyboard (default firmware) doesn't use the interrupt output to indicate when a new key is pressed. ## Example This example shows how to get the user input (key presses) from the LilyGo T-Keyboard. It is designed to run on a LilyGo T-Deck.
038eea4a63d3bc4c287b6c1420924a646abb5ee2
idf.py add-dependency "espp/t_keyboard^1.3.2"