T-vK / ESP32-BLE-Keyboard

Bluetooth LE Keyboard library for the ESP32 (Arduino IDE compatible)
2.27k stars 378 forks source link

Full Sized Keyboard #148

Open awasthiuj opened 2 years ago

awasthiuj commented 2 years ago

can we make a full sized keyboard ???

jason-kong commented 2 years ago

If you can find an ESP32 with enough GPIO pins (30 for a 104-key keyboard), you can do it. You may need to be careful with Pins above GPIO33 as some are without pull-ups/downs and can be input only.

I have built a 87 Key keyboard and this library works very well with it. In fact I am typing to you with it right now