# 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.
898d120fe0746087a6dab40ea66bcc5f05a9c7e5
idf.py add-dependency "espp/t_keyboard^1.0.17"